We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749c15c commit d346e30Copy full SHA for d346e30
1 file changed
.github/workflows/Build-Release.yml
@@ -23,8 +23,8 @@ jobs:
23
run: dotnet restore ./src/EPPlus.sln
24
- name: Build
25
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
+# - name: Test
+# run: dotnet test ./src/EPPlus.sln --no-build --verbosity normal --configuration Release
28
- name: Install AzureSignTool
29
run: dotnet tool install --global AzureSignTool --version 6.0.0
30
- name: Install NuGetKeyVaultSignTool
0 commit comments