ci: force dotnet restore to run without cache

This commit is contained in:
Christopher Felegy
2020-06-16 00:59:16 -04:00
parent 3325031f04
commit 5227241ba5

View File

@@ -1,5 +1,5 @@
steps:
- script: dotnet restore -v minimal Discord.Net.sln
- script: dotnet restore --no-cache Discord.Net.sln
displayName: Restore packages
- script: dotnet build "Discord.Net.sln" --no-restore -v minimal -c $(buildConfiguration) /p:BuildNumber=$(buildNumber) /p:IsTagBuild=$(buildTag)