Fix pipeline errors for V11 (#13208)
* Correct exec parameter list for json schema generation during build * Update OpenAPI schema
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -28,6 +28,6 @@
|
||||
</PropertyGroup>
|
||||
<Target Name="GenerateAppsettingsSchema" BeforeTargets="Build;CopyAppsettingsSchema" Condition="!Exists('$(JsonSchemaPath)') or !Exists('$(JsonSchemaCmsPath)')">
|
||||
<Message Text="Generating appsettings-schema.json and appsettings-schema.Umbraco.Cms.json because it doesn't exist" Importance="high" />
|
||||
<Exec WorkingDirectory="$(JsonSchemaProjectPath)" Command="dotnet run -c Release --mainOutputFile "$(JsonSchemaPath)" --cmsOutputFile "$(JsonSchemaCmsPath)"" />
|
||||
<Exec WorkingDirectory="$(JsonSchemaProjectPath)" Command="dotnet run -c Release -- --mainOutputFile "$(JsonSchemaPath)" --cmsOutputFile "$(JsonSchemaCmsPath)"" />
|
||||
</Target>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user