update runtime identifier

This commit is contained in:
Hongtao Zhang 2024-09-22 13:25:10 -05:00
parent fd2eb287df
commit 4430fb594a

View file

@ -61,7 +61,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore -c Release -r win-arm64
run: dotnet build --no-restore -c Release -p:FlowRuntimeIdentifier=win-arm64
- name: Initialize Service
run: |
sc config WSearch start= auto # Starts Windows Search service- Needed for running ExplorerTest