meta: Fix CI/CD (#1583)
* Update build.yml * Update azure-pipelines.yml * Update examples to NC3.1
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
steps:
|
||||
- script: dotnet restore --no-cache Discord.Net.sln
|
||||
- task: DotNetCoreCLI@2
|
||||
inputs:
|
||||
command: 'restore'
|
||||
projects: 'Discord.Net.sln'
|
||||
feedsToUse: 'select'
|
||||
verbosityRestore: 'Minimal'
|
||||
displayName: Restore packages
|
||||
|
||||
- script: dotnet build "Discord.Net.sln" --no-restore -v minimal -c $(buildConfiguration) /p:BuildNumber=$(buildNumber) /p:IsTagBuild=$(buildTag)
|
||||
|
||||
Reference in New Issue
Block a user