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 cf10e9e commit f4f5f40Copy full SHA for f4f5f40
.github/workflows/dotnet.yml
@@ -67,7 +67,7 @@ jobs:
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
+ 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