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 5e7892a commit bda3c67Copy full SHA for bda3c67
.github/workflows/dotnet-tests.yml
@@ -1,6 +1,7 @@
1
name: .NET Tests
2
defaults:
3
- working-directory: ./Parameterize.Net
+ run:
4
+ working-directory: ./my-project-root
5
on:
6
push:
7
branches: [ main ]
.github/workflows/nuget-pub.yml
@@ -5,7 +5,8 @@ on:
tags:
- 'v*' # triggers on tags like v1.0.0
8
- working-directory: ./my-project-root
9
10
jobs:
11
publish:
12
runs-on: ubuntu-latest
0 commit comments