File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Microsoft.OpenApi.Hidi/Utilities Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ stages:
216
216
displayName : publish Hidi as executable
217
217
inputs :
218
218
command : ' publish'
219
- arguments : -c Release --runtime win-x64 /p:PublishSingleFile=true --self-contained --output $(Build.ArtifactStagingDirectory)/Microsoft.OpenApi.Hidi-v$(hidiversion) -p:PublishTrimmed=true
219
+ arguments : -c Release --runtime win-x64 /p:PublishSingleFile=true --self-contained --output $(Build.ArtifactStagingDirectory)/Microsoft.OpenApi.Hidi-v$(hidiversion)
220
220
projects : ' src/Microsoft.OpenApi.Hidi/Microsoft.OpenApi.Hidi.csproj'
221
221
publishWebProjects : False
222
222
zipAfterPublish : false
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ internal static IConfiguration GetConfiguration(string? settingsFile = null)
20
20
return config ;
21
21
}
22
22
23
- internal static OpenApiConvertSettings GetOpenApiConvertSettings ( IConfiguration config , string ? metadataVersion = null )
23
+ internal static OpenApiConvertSettings GetOpenApiConvertSettings ( IConfiguration config , string ? metadataVersion )
24
24
{
25
25
if ( config == null ) { throw new System . ArgumentNullException ( nameof ( config ) ) ; }
26
26
var settings = new OpenApiConvertSettings ( ) ;
You can’t perform that action at this time.
0 commit comments