зеркало из https://github.com/dotnet/tye.git
5 строки
258 B
PowerShell
5 строки
258 B
PowerShell
|
|
||
|
$versionPrefix = Select-Xml -Path .\eng\Versions.props -XPath "/Project/PropertyGroup/VersionPrefix" | ForEach-Object { $_.Node.InnerXml }
|
||
|
|
||
|
dotnet tool install microsoft.tye -g --version "$versionPrefix-dev" --add-source ./artifacts/packages/Debug/Shipping
|