We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81cfbbd commit ccbd014Copy full SHA for ccbd014
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
run: dotnet build ManagedCode.Umap.slnx --configuration Release --no-restore
40
41
- name: Test
42
- run: dotnet test ManagedCode.Umap.slnx --configuration Release --no-build --verbosity normal
+ run: dotnet test ManagedCode.Umap.slnx --configuration Release --verbosity normal
43
44
- name: Pack NuGet packages
45
run: dotnet pack ManagedCode.Umap/ManagedCode.Umap.csproj --configuration Release --no-build --output ./artifacts
0 commit comments