We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eafbfa2 commit 9f9ac77Copy full SHA for 9f9ac77
publish.sh
@@ -121,6 +121,7 @@ if [[ x"$BRANCHES" == x"1" ]]; then
121
122
if [[ x"$VERSION" == x"" ]]; then
123
dotnet tool install -v q --tool-path . nbgv || true
124
+ ./nbgv cloud -s VisualStudioTeamServices --all-vars -p src
125
VERSION=$(./nbgv cloud -s VisualStudioTeamServices --all-vars -p src|grep NBGV_CloudBuildNumber|cut -d']' -f2)
126
_public=$(./nbgv cloud -s VisualStudioTeamServices --all-vars -p src|grep NBGV_PublicRelease|cut -d']' -f2)
127
if [[ x"${_public}" == x"True" ]]; then
0 commit comments