Merge branch 'v11/dev' into contrib

This commit is contained in:
Sebastiaan Janssen
2023-02-21 13:23:04 +01:00
2 changed files with 1 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ stages:
}
}
foreach($csproj in Get-ChildItem Path "src/" -Recurse -Filter *.csproj)
foreach($csproj in Get-ChildItem -Recurse -Filter *.csproj)
{
dotnet pack $csproj --configuration $(buildConfiguration) --no-build --output $(Build.ArtifactStagingDirectory)/nupkg
}

View File

@@ -12,7 +12,6 @@
<ItemGroup>
<ProjectReference Include="..\..\src\Umbraco.Core\Umbraco.Core.csproj" />
<ProjectReference Include="..\Umbraco.Core\Umbraco.Core.csproj" />
<PackageReference Include="Umbraco.Deploy.Core" Version="10.1.3" />
<PackageReference Include="Umbraco.Forms.Core" Version="10.2.3" />
</ItemGroup>