diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 8aa14213c..fd55cf3fc 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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}"