We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d9b9e commit 477d591Copy full SHA for 477d591
1 file changed
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
run: dotnet build src/PackCheck.csproj --configuration Release --no-restore
31
32
- name: Run tests
33
- run: dotnet test tests/PackCheck.tests.csproj --configuration Release --no-build
+ run: dotnet test --configuration Release
34
35
- name: Pack NuGet package
36
run: dotnet pack src/PackCheck.csproj --configuration Release --no-build -o ./artifacts /p:PackageVersion=${GITHUB_REF_NAME#v}
0 commit comments