We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4eecf commit cebe59bCopy full SHA for cebe59b
.github/workflows/dotnet-core.yml
@@ -48,4 +48,5 @@ jobs:
48
# Filepath of the project to be packaged, relative to root of repository
49
PROJECT_FILE_PATH: src/QAToolKit.Engine.Bombardier/QAToolKit.Engine.Bombardier.csproj
50
VERSION_FILE_PATH: Directory.Build.props
51
- #NUGET_KEY: ${{secrets.NUGET_API_KEY}}
+ NUGET_KEY: ${{secrets.NUGET_API_KEY}}
52
+ TAG_COMMIT: true
0 commit comments