We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9924618 commit a232c99Copy full SHA for a232c99
azure-pipelines.yml
@@ -107,7 +107,13 @@ stages:
107
}
108
displayName: Uncoment signing attribute
109
- task: DotNetCoreCLI@2
110
- displayName: dotnet pack unsigned stackify lib
+ displayName: dotnet build
111
+ inputs:
112
+ projects: |
113
+ Src\StackifyLib\*.csproj
114
+ arguments: '-c $(BuildConfiguration)'
115
+ - task: DotNetCoreCLI@2
116
+ displayName: dotnet pack signed stackify lib
117
inputs:
118
command: pack
119
searchPatternPack: Src\StackifyLib\*.csproj;
0 commit comments