Skip to content

Commit 2ee7cf8

Browse files
committed
pipeline update
1 parent 21011f4 commit 2ee7cf8

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,3 +23,10 @@ jobs:
2323
run: dotnet build --configuration Release --no-restore
2424
- name: Test
2525
run: dotnet test --no-restore --verbosity normal
26+
- name: Upload a Build Artifact
27+
uses: actions/upload-artifact@v2.2.0
28+
with:
29+
# Artifact name
30+
name: qatoolkit-source-swagger-net
31+
# A file, directory or wildcard pattern that describes what to upload
32+
path: src/QAToolKit.Engine.Bombardier/bin/

0 commit comments

Comments
 (0)