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 abc0cdc commit f2bff8cCopy full SHA for f2bff8c
.github/workflows/dotnet-core.yml
@@ -23,6 +23,13 @@ jobs:
23
run: dotnet build --configuration Release --no-restore
24
- name: Test
25
run: dotnet test --no-restore --verbosity normal
26
+ - name: Pack NuGet
27
+ uses: brandedoutcast/publish-nuget@v2.5.5
28
+ with:
29
+ # Filepath of the project to be packaged, relative to root of repository
30
+ PROJECT_FILE_PATH: src/QAToolKit.Engine.Bombardier/QAToolKit.Engine.Bombardier.csproj
31
+ VERSION_FILE_PATH: Directory.Build.props
32
+ #NUGET_KEY: ${{secrets.NUGET_API_KEY}}
33
- name: Upload a Build Artifact
34
uses: actions/upload-artifact@v2.2.0
35
with:
0 commit comments