Skip to content

Commit 00a2cdf

Browse files
authored
Update nuget.yml
1 parent ff118d5 commit 00a2cdf

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/nuget.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,4 @@ jobs:
2525
- name: Test
2626
run: dotnet test --no-restore --verbosity normal
2727
- name: Publish
28-
run: dotnet publish --no-restore --verbosity normal
29-
- name: Publish NuGet
30-
uses: brandedoutcast/publish-nuget@v2.5.2
31-
with:
32-
# Filepath of the project to be packaged, relative to root of repository
33-
PROJECT_FILE_PATH: DockerizedTesting/DockerizedTesting.csproj
34-
# API key to authenticate with NuGet server
35-
NUGET_KEY: ${{ secrets.NUGET_KEY }}
36-
# Flag to toggle pushing symbols along with nuget package to the server, disabled by default
37-
INCLUDE_SYMBOLS: true
38-
28+
run: dotnet publish --no-restore --verbosity normal

0 commit comments

Comments
 (0)