File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 8.0.x
1818
1919 - name : Build with dotnet
20- run : dotnet build --configuration Release
20+ run : dotnet build --configuration release
2121
2222 - name : Test
23- run : dotnet test --configuration Release
23+ run : dotnet test --configuration release
Original file line number Diff line number Diff line change 2727
2828 - name : Build with dotnet
2929 run : |
30- dotnet build --configuration Release
31- dotnet pack --configuration Release --no-build
30+ dotnet build --configuration release
31+ dotnet pack --configuration release --no-build
3232
3333 - name : Install Nuget
3434 uses : nuget/setup-nuget@v1
4141
4242 - name : Push generated package to GitHub registry
4343 run : |
44- nuget push .\bin\Release \*.nupkg -Source github -SkipDuplicate
45- nuget push .\bin\Release \*.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -ApiKey ${{ secrets.NugetKey }}
44+ nuget push .\artifacts\package\release \*.nupkg -Source github -SkipDuplicate
45+ nuget push .\artifacts\package\release \*.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -ApiKey ${{ secrets.NugetKey }}
You can’t perform that action at this time.
0 commit comments