Merge branch 'v11/dev' into contrib
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user