This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
$env:MSBuildEnableWorkloadResolver = "false"
|
||||
|
||||
Write-Host "MSBuildEnableWorkloadResolver=false"
|
||||
Write-Host "Current dotnet: $(dotnet --version)"
|
||||
Write-Host ""
|
||||
Write-Host "现在请在这个 PowerShell 里启动你的 IDE,或直接在这个 shell 里运行 dotnet build。"
|
||||
Write-Host "示例:"
|
||||
Write-Host " dotnet build .\\__PROJECT_NAME__.csproj -c Release /nr:false"
|
||||
Reference in New Issue
Block a user