Merge remote-tracking branch 'upstream/master' into ErrorReporting

This commit is contained in:
sfoslund 2020-02-10 15:31:19 -08:00
Родитель b5abc002e1 008faf66a9
Коммит 3c46e80fd4
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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"