Skip to content

Commit 2872406

Browse files
committed
c
1 parent 37b10b3 commit 2872406

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/packages.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,12 @@ jobs:
4242
- id: version
4343
run: echo "::set-output name=VERSION::${env:NuGetVersionV2}"
4444
- id: prepare_output_VERSION
45-
run: echo $("[" + ${{ steps.version.VERSION }} + "]")
46-
- id: needs_prepare_output_VERSION
47-
run: echo $("[" + ${{ needs.prepare.output.version.VERSION }} + "]")
45+
run: |
46+
echo "`$env:VER - $env:VER"
47+
echo "`$env:VER_NEEDS - $env:VER_NEEDS"
48+
env:
49+
VER: ${{ steps.version.VERSION }}
50+
VER_NEEDS: ${{ needs.prepare.output.version.VERSION }}
4851
- run: throw "stop"
4952
- name: Restore dependencies
5053
run: msbuild /t:restore

0 commit comments

Comments
 (0)