We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2684e5 commit a0f0e8eCopy full SHA for a0f0e8e
.github/workflows/copilot-setup-steps.yml
@@ -23,5 +23,5 @@ jobs:
23
run: |
24
set -ex
25
dotnet publish -f net8.0 -c Release -r linux-x64 -p:PublishSingleFile=true --self-contained --output ./artifacts/linux-x64 ./tools/azsdk-cli/Azure.Sdk.Tools.Cli/Azure.Sdk.Tools.Cli.csproj
26
- cp ./artifacts/linux-x64/azsdk $GITHUB_WORKSPACE/azsdk
27
- $GITHUB_WORKSPACE/azsdk --help
+ cp ./artifacts/linux-x64/azsdk /home/runner/azsdk
+ /home/runner/azsdk --help
0 commit comments