Skip to content

Commit f2bff8c

Browse files
committed
nuget pack
1 parent abc0cdc commit f2bff8c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ jobs:
2323
run: dotnet build --configuration Release --no-restore
2424
- name: Test
2525
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}}
2633
- name: Upload a Build Artifact
2734
uses: actions/upload-artifact@v2.2.0
2835
with:

0 commit comments

Comments
 (0)