Skip to content

Commit c282ebb

Browse files
committed
Potential build fix
1 parent 34225d9 commit c282ebb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build-and-publish.yml

-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ jobs:
1111
with:
1212
dotnet-version: 5.0.x
1313

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-
1714
- run: dotnet build --configuration Release
1815
- run: dotnet test --no-build --configuration Release
1916
- run: dotnet pack --no-build --output . --configuration Release

0 commit comments

Comments
 (0)