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 21011f4 commit 2ee7cf8Copy full SHA for 2ee7cf8
.github/workflows/dotnet-core.yml
@@ -23,3 +23,10 @@ jobs:
23
run: dotnet build --configuration Release --no-restore
24
- name: Test
25
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