We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff118d5 commit 00a2cdfCopy full SHA for 00a2cdf
1 file changed
.github/workflows/nuget.yml
@@ -25,14 +25,4 @@ jobs:
25
- name: Test
26
run: dotnet test --no-restore --verbosity normal
27
- 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
-
+ run: dotnet publish --no-restore --verbosity normal
0 commit comments