From e288be3ba4bf727bf1cfbaeef8262b4306cb5620 Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Sun, 22 Sep 2024 13:16:45 -0500 Subject: [PATCH] add arm64 for the first build --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 08763ccf2..d0188cce3 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -61,7 +61,7 @@ jobs: - name: Restore dependencies run: dotnet restore - name: Build - run: dotnet build --no-restore -c Release + run: dotnet build --no-restore -c Release -r win-arm64 - name: Initialize Service run: | sc config WSearch start= auto # Starts Windows Search service- Needed for running ExplorerTest