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
|
||||
run: ls ${{ gitea.workspace }} && ls $GITEA_WORKSPACE
|
||||
- name: Setup .NET Core
|
||||
uses: actions/setup-dotnet@v3
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: ${{ env.DOTNET_VERSION }}
|
||||
cache: true
|
||||
@ -20,7 +20,7 @@ jobs:
|
||||
env:
|
||||
NUGET_AUTH_TOKEN: ${{secrets.NUGET_APIKEY}}
|
||||
- name: Install dependencies
|
||||
run: dotnet restore
|
||||
run: dotnet restore -s https://api.nuget.org/v3/index.json
|
||||
- name: Build
|
||||
run: dotnet build --configuration Release --no-restore
|
||||
- name: Test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user