update actions yaml
Some checks failed
dotnet-publish-nuget / Pack-And-Publish (push) Failing after 1m15s
Some checks failed
dotnet-publish-nuget / Pack-And-Publish (push) Failing after 1m15s
This commit is contained in:
parent
925e8a21e3
commit
685d28c736
@ -12,7 +12,7 @@ jobs:
|
|||||||
- name: List files in the repos
|
- name: List files in the repos
|
||||||
run: ls ${{ gitea.workspace }} && ls $GITEA_WORKSPACE
|
run: ls ${{ gitea.workspace }} && ls $GITEA_WORKSPACE
|
||||||
- name: Setup .NET Core
|
- name: Setup .NET Core
|
||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: ${{ env.DOTNET_VERSION }}
|
dotnet-version: ${{ env.DOTNET_VERSION }}
|
||||||
cache: true
|
cache: true
|
||||||
@ -20,7 +20,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
NUGET_AUTH_TOKEN: ${{secrets.NUGET_APIKEY}}
|
NUGET_AUTH_TOKEN: ${{secrets.NUGET_APIKEY}}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore -s https://api.nuget.org/v3/index.json
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build --configuration Release --no-restore
|
run: dotnet build --configuration Release --no-restore
|
||||||
- name: Test
|
- name: Test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user