File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -183,14 +183,14 @@ extends:
183183 PendingAnalysisWaitTimeoutMinutes : ' 5'
184184
185185 # publish hidi as an .exe
186- - task : DotNetCoreCLI@2
187- displayName : publish Hidi as executable
188- inputs :
189- command : ' publish'
190- arguments : -c Release --runtime win-x64 /p:PublishSingleFile=true /p:PackAsTool=false --self-contained --output $(Build.ArtifactStagingDirectory)/Microsoft.OpenApi.Hidi
191- projects : ' src/Microsoft.OpenApi.Hidi/Microsoft.OpenApi.Hidi.csproj'
192- publishWebProjects : False
193- zipAfterPublish : false
186+ # - task: DotNetCoreCLI@2
187+ # displayName: publish Hidi as executable
188+ # inputs:
189+ # command: 'publish'
190+ # arguments: -c Release --runtime win-x64 /p:PublishSingleFile=true /p:PackAsTool=false --self-contained --output $(Build.ArtifactStagingDirectory)/Microsoft.OpenApi.Hidi
191+ # projects: 'src/Microsoft.OpenApi.Hidi/Microsoft.OpenApi.Hidi.csproj'
192+ # publishWebProjects: False
193+ # zipAfterPublish: false
194194
195195 - task : CopyFiles@2
196196 displayName : Prepare staging folder for upload
You can’t perform that action at this time.
0 commit comments