Skip to content

Commit 3e360f9

Browse files
committed
Disable until RC phase complete
1 parent 7e9680a commit 3e360f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ jobs:
6060
- name: "Dotnet Cake Build"
6161
run: dotnet cake --target=Build
6262
shell: pwsh
63-
- name: "Dotnet Cake Test"
64-
run: dotnet cake --target=Test
65-
shell: pwsh
63+
# - name: "Dotnet Cake Test"
64+
# run: dotnet cake --target=Test
65+
# shell: pwsh
6666
- name: "Dotnet Cake Pack"
6767
run: dotnet cake --target=Pack
6868
shell: pwsh

0 commit comments

Comments
 (0)