Skip to content

Commit 5c4f9f5

Browse files
authored
[CI] Fix copilot setup steps (#9414)
Prompted by: ``` /home/runner/work/aspire/aspire/eng/Versions.targets(49,67): error MSB4057: The target "GitInfo" does not exist in the project. [/home/runner/work/aspire/aspire/src/Aspire.AppHost.Sdk/Aspire.RuntimeIdentifier.Tool/Aspire.RuntimeIdentifier.Tool.csproj] ```
1 parent de31363 commit 5c4f9f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ jobs:
1818

1919
# Include PrepareForHelix to maximise what is downloaded here
2020
- name: Build solution
21+
env:
22+
# prevent GitInfo errors
23+
CI: false
2124
run: ./build.sh /p:PrepareForHelix=true

0 commit comments

Comments
 (0)