Merge release/10.0.0 into v10/dev
commitff6d064b29Author: Paul Johnson <pmj@umbraco.com> Date: Mon May 23 08:43:52 2022 +0100 Allow for slow integration test runs commite6320a12baAuthor: Andy Butland <abutland73@gmail.com> Date: Sat May 21 08:10:52 2022 +0200 Fixed null check in external login. (cherry picked from commit9981907532) commit0f6630861eAuthor: Paul Johnson <pmj@umbraco.com> Date: Mon May 23 07:25:04 2022 +0100 static assets nupkg fixes (#12440) * Remove duplicate jsonschema build * Don't attempt to --no-build for dotnet pack (fixes static assets) * Bump version to 10.0.0-rc3 * Improve restoreKeys * update Umbraco.GitVersioning.Extensions to 0.1.1 (cherry picked from commit0ef34ab9c5) * tag e2e container with current commit * cache cypress binaries # Conflicts: # version.json
This commit is contained in:
@@ -59,7 +59,6 @@
|
||||
|
||||
|
||||
<Target Name="JsonSchemaBuild">
|
||||
<Exec Command="dotnet run -c Release --project $(JsonSchemaProjectPath) -o $(ProjectDir)appsettings-schema.json" />
|
||||
<Exec Command="dotnet run -c Release --project $(JsonSchemaProjectPath) -o "$(ProjectDir)appsettings-schema.json"" />
|
||||
</Target>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user