File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,9 +126,9 @@ jobs:
126126# ------------------------------------------------------------------------------------------------------
127127# Run .Net Framework tests using powershell and publish the results
128128# ------------------------------------------------------------------------------------------------------
129- - name : Run tests for Ginger .NetFramework *Test Dlls for Windows
130- if : (success() || failure()) && (runner.os == 'Windows') # run this step even if previous step failed and if the OS is Windows
131- run : powershell -file "TestDotNetFrameworkGithub.ps1"
129+ # - name: Run tests for Ginger .NetFramework *Test Dlls for Windows
130+ # if: (success() || failure()) && (runner.os == 'Windows') # run this step even if previous step failed and if the OS is Windows
131+ # run: powershell -file "TestDotNetFrameworkGithub.ps1"
132132
133133# ------------------------------------------------------------------------------------------------------
134134# Run Standalone CLI Test
@@ -171,4 +171,4 @@ jobs:
171171 path : " **/*.trx" # Path to test results
172172 reporter : dotnet-trx # Format of test results
173173
174-
174+
You can’t perform that action at this time.
0 commit comments