Skip to content

Commit 70780ad

Browse files
committed
Testing output
1 parent 8dd1b81 commit 70780ad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/packages.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ jobs:
4141
dotnet-gitversion
4242
- id: version
4343
run: echo "::set-output name=VERSION::${env:NuGetVersionV2}"
44-
44+
- id: prepare_output_VERSION
45+
run: echo $("[" + ${{ prepare.output.VERSION }} + "]")
46+
- id: needs_prepare_output_VERSION
47+
run: echo $("[" + ${{ needs.prepare.output.VERSION }} + "]")
48+
- run: throw "stop"
4549
- name: Restore dependencies
4650
run: msbuild /t:restore
4751

0 commit comments

Comments
 (0)