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 02f3006 commit 4e31a03Copy full SHA for 4e31a03
.github/workflows/packages.yml
@@ -42,9 +42,9 @@ jobs:
42
- id: version
43
run: echo "::set-output name=VERSION::${env:NuGetVersionV2}"
44
- id: prepare_output_VERSION
45
- run: echo $("[" + ${{ output.VERSION }} + "]")
+ run: echo $("[" + ${{ version.VERSION }} + "]")
46
- id: needs_prepare_output_VERSION
47
- run: echo $("[" + ${{ needs.prepare.output.VERSION }} + "]")
+ run: echo $("[" + ${{ needs.prepare.output.version.VERSION }} + "]")
48
- run: throw "stop"
49
- name: Restore dependencies
50
run: msbuild /t:restore
0 commit comments