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 0f5b883 commit 92effb1Copy full SHA for 92effb1
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
dotnet-version: 3.1.x
24
- run: dotnet tool update -g dotnet-vs
25
- name: set version
26
- run: echo "::set-env name=VERSION::${GITHUB_REF#refs/*/v}
+ run: echo "::set-env name=VERSION::${GITHUB_REF#refs/*/v}"
27
- run: echo "::set-env name=MSB::$(vs where preview --prop=InstallationPath)"
28
- run: vs install preview --quiet +Microsoft.VisualStudio.Component.ManagedDesktop.Core +Microsoft.NetCore.Component.DevelopmentTools
29
if: env.MSB == ''
0 commit comments