Skip to content

Commit 9f9ac77

Browse files
committed
Dump the format of the cloud variables
1 parent eafbfa2 commit 9f9ac77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

publish.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ if [[ x"$BRANCHES" == x"1" ]]; then
121121

122122
if [[ x"$VERSION" == x"" ]]; then
123123
dotnet tool install -v q --tool-path . nbgv || true
124+
./nbgv cloud -s VisualStudioTeamServices --all-vars -p src
124125
VERSION=$(./nbgv cloud -s VisualStudioTeamServices --all-vars -p src|grep NBGV_CloudBuildNumber|cut -d']' -f2)
125126
_public=$(./nbgv cloud -s VisualStudioTeamServices --all-vars -p src|grep NBGV_PublicRelease|cut -d']' -f2)
126127
if [[ x"${_public}" == x"True" ]]; then

0 commit comments

Comments
 (0)