We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34225d9 commit c282ebbCopy full SHA for c282ebb
.github/workflows/build-and-publish.yml
@@ -11,9 +11,6 @@ jobs:
11
with:
12
dotnet-version: 5.0.x
13
14
- # https://github.com/actions/setup-dotnet/issues/155#issuecomment-815555954
15
- - run: dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org --configfile $env:APPDATA\NuGet\NuGet.Config
16
-
17
- run: dotnet build --configuration Release
18
- run: dotnet test --no-build --configuration Release
19
- run: dotnet pack --no-build --output . --configuration Release
0 commit comments