specify arm64 for test

This commit is contained in:
Hongtao Zhang 2024-09-23 12:57:18 -05:00
parent cf10e9ee92
commit f4f5f40911

View file

@ -67,7 +67,7 @@ jobs:
sc config WSearch start= auto # Starts Windows Search service- Needed for running ExplorerTest
net start WSearch
- name: Test
run: dotnet test --no-build --verbosity normal -c Release
run: dotnet test --no-build --verbosity normal -c Release -p:FlowRuntimeIdentifier=win-arm64
- name: Perform post_build tasks
shell: pwsh
run: .\Scripts\post_build.ps1 -flowversion "${env:FlowVersion}-build.${env:BUILD_NUMBER}"