Update .github/workflows/nuget-ci.yml
/ build (push) Failing after 48s

This commit is contained in:
2024-11-26 21:41:18 +01:00
parent 6ce49c378d
commit a748189f84
+1 -3
View File
@@ -8,7 +8,7 @@ env:
PACKAGE_OWNER: ${{ github.repository_owner }} PACKAGE_OWNER: ${{ github.repository_owner }}
PACKAGE_NAME: MongoDbGenericRepository.${{ env.PACKAGE_VERSION }}.nupkg PACKAGE_NAME: MongoDbGenericRepository.${{ env.PACKAGE_VERSION }}.nupkg
PACKAGE_SOURCE: https://git.home.cuco.li/api/packages/${{ env.PACKAGE_OWNER }}/nuget/index.json PACKAGE_SOURCE: https://git.home.cuco.li/api/packages/${{ env.PACKAGE_OWNER }}/nuget/index.json
PACKAGE_TOKEN: ${{ github.token }} PACKAGE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs: jobs:
build: build:
@@ -23,8 +23,6 @@ jobs:
run: | run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/* git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
git branch --remote --contains | grep origin/master git branch --remote --contains | grep origin/master
#- name: Set VERSION variable from tag
# run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
- name: Build - name: Build
run: dotnet build --configuration Release /p:Version=${{ env.PACKAGE_VERSION }} run: dotnet build --configuration Release /p:Version=${{ env.PACKAGE_VERSION }}
- name: Test - name: Test