Browse Source

Update deploy.yml (#2535)

tags/3.9.0
Cenk Ergen GitHub 2 years ago
parent
commit
60956c720b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      azure/deploy.yml

+ 5
- 0
azure/deploy.yml View File

@@ -11,6 +11,11 @@ steps:
dotnet pack "experiment\Discord.Net.BuildOverrides\Discord.Net.BuildOverrides.csproj" --no-restore --no-build -v minimal -c $(buildConfiguration) -o "$(Build.ArtifactStagingDirectory)" /p:BuildNumber=$(buildNumber) /p:IsTagBuild=$(buildTag)
displayName: Pack projects

- task: NuGetToolInstaller@1
displayName: Download and Cache Nuget.exe
inputs:
versionSpec: 6.4.0

- task: NuGetCommand@2
displayName: Pack metapackage (release mode)
condition: eq(variables['buildTag'], True)


Loading…
Cancel
Save