We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f5f40 commit 99f19b2Copy full SHA for 99f19b2
.github/workflows/dotnet.yml
@@ -66,8 +66,8 @@ jobs:
66
run: |
67
sc config WSearch start= auto # Starts Windows Search service- Needed for running ExplorerTest
68
net start WSearch
69
- - name: Test
70
- run: dotnet test --no-build --verbosity normal -c Release -p:FlowRuntimeIdentifier=win-arm64
+# - name: Test
+# run: dotnet test --no-build --verbosity normal -c Release -p:FlowRuntimeIdentifier=win-arm64
71
- name: Perform post_build tasks
72
shell: pwsh
73
run: .\Scripts\post_build.ps1 -flowversion "${env:FlowVersion}-build.${env:BUILD_NUMBER}"
0 commit comments