Files
cneicy 78ccae3e07
Publish UPM package / publish (push) Failing after 1s
chore: initialize standalone UPM package
2026-08-26 02:50:31 +08:00

9 lines
373 B
Plaintext

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