Merge remote-tracking branch 'upstream/master' into ErrorReporting
This commit is contained in:
Коммит
3c46e80fd4
|
@ -1,6 +1,6 @@
|
|||
# .NET Install Tool for Extension Authors (Preview)
|
||||
|
||||
This extension allows acquisition of the .NET Core runtime specifically for VSCode extension authors. This tool is intended to be leveraged in extensions that are written in .NET and requires .NET to boot pieces of the extension (i.e. a language server). The extension is not intended to be used directly by users to install .NET for development.
|
||||
This extension allows acquisition of the .NET Core runtime specifically for VSCode extension authors. This tool is intended to be leveraged in extensions that are written in .NET and require .NET to boot pieces of the extension (e.g. a language server). The extension is not intended to be used directly by users to install .NET for development.
|
||||
|
||||
**This is a very early release of this tool. If you want to test it, reach out on [GitHub](https://github.com/dotnet/vscode-dotnet-runtime/issues) to discuss being in our early beta.**
|
||||
|
||||
|
|
|
@ -95,7 +95,7 @@ stages:
|
|||
VERSION=`node -p "require('./package.json').version"`
|
||||
else
|
||||
VERSION_NUM=`node -p "require('./package.json').version"`
|
||||
VERSION="$VERSION_NUM-aplha-$(Build.BuildId)"
|
||||
VERSION="$VERSION_NUM-alpha-$(Build.BuildId)"
|
||||
fi
|
||||
npm version $VERSION --allow-same-version
|
||||
echo "##vso[task.setvariable variable=version;isOutput=true]$VERSION"
|
||||
|
|
Загрузка…
Ссылка в новой задаче