We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e6d2c0 commit e42d93cCopy full SHA for e42d93c
.github/workflows/dotnet-package.yml
@@ -23,7 +23,8 @@ jobs:
23
dotnet-version: ${{ matrix.dotnet }}
24
25
- name: Create temporary global.json
26
- run: echo '{"sdk":{"version": "${{ steps.setup-dotnet.outputs.dotnet-version }}"}}' > ./global.json
+ run: |
27
+ echo '{"sdk":{"version": "${{ steps.setup-dotnet.outputs.dotnet-version }}"}}' > ./global.json
28
29
- name: Setup Node.js
30
uses: actions/setup-node@v4
0 commit comments