Skip to content

Commit ccbd014

Browse files
committed
pipline
1 parent 81cfbbd commit ccbd014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: dotnet build ManagedCode.Umap.slnx --configuration Release --no-restore
4040

4141
- name: Test
42-
run: dotnet test ManagedCode.Umap.slnx --configuration Release --no-build --verbosity normal
42+
run: dotnet test ManagedCode.Umap.slnx --configuration Release --verbosity normal
4343

4444
- name: Pack NuGet packages
4545
run: dotnet pack ManagedCode.Umap/ManagedCode.Umap.csproj --configuration Release --no-build --output ./artifacts

0 commit comments

Comments
 (0)