File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -26,22 +26,11 @@ stages:
2626 - script : dotnet build --no-restore
2727 displayName : ' Build'
2828
29- - script : dotnet test
29+ - script : dotnet test --no-build
3030 displayName : ' Test'
31-
32- - task : DotNetCoreCLI@2
33- displayName : ' Pack NuGet Packages'
34- inputs :
35- command : pack
36- packagesToPack : ' Microsoft.Teams.sln'
37- packDirectory : ' $(Build.ArtifactStagingDirectory)'
38- includesymbols : false
39- nobuild : true
40- configuration : ' Release'
41- versioningScheme : ' byEnvVar'
42- versionEnvVar : ' Version'
43- buildProperties : ' SymbolPackageFormat=snupkg'
4431
32+ - script : dotnet pack --no-build -o $(Build.ArtifactStagingDirectory) /p:SymbolPackageFormat=snupkg
33+ displayName : ' Pack'
4534
4635 - task : NuGetCommand@2
4736 displayName : ' Push NuGet Packages'
You can’t perform that action at this time.
0 commit comments