add arm64 for the first build

This commit is contained in:
Hongtao Zhang 2024-09-22 13:16:45 -05:00
parent cea6560fe2
commit e288be3ba4

View file

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