ShareX/AppVeyor/before_build.ps1

6 lines
170 B
PowerShell
Raw Normal View History

if ($env:APPVEYOR_PULL_REQUEST_NUMBER -eq $null)
{
Invoke-WebRequest "$env:APIKeys" -OutFile "ShareX.UploadersLib\APIKeys\APIKeysLocal.cs"
}
nuget restore ShareX.sln