Skip to content

Commit d346e30

Browse files
authored
Update Build-Release.yml
1 parent 749c15c commit d346e30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Build-Release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
run: dotnet restore ./src/EPPlus.sln
2424
- name: Build
2525
run: dotnet build ./src/EPPlus.sln --no-restore --configuration Release
26-
- name: Test
27-
run: dotnet test ./src/EPPlus.sln --no-build --verbosity normal --configuration Release
26+
# - name: Test
27+
# run: dotnet test ./src/EPPlus.sln --no-build --verbosity normal --configuration Release
2828
- name: Install AzureSignTool
2929
run: dotnet tool install --global AzureSignTool --version 6.0.0
3030
- name: Install NuGetKeyVaultSignTool

0 commit comments

Comments
 (0)