Skip to content

Commit 38c4481

Browse files
Merge branch 'v13/13.0' into v13/dev
2 parents af36d27 + 8f5ccca commit 38c4481

File tree

10 files changed

+1972
-4933
lines changed

10 files changed

+1972
-4933
lines changed

.artifactignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
**/*
2-
!src/*/bin/**
3-
!src/*/obj/**
42
!tests/*/bin/**
5-
!tests/*/obj/**

Directory.Build.props

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@
1919
<Content Include="$(MSBuildThisFileDirectory)icon.png" Pack="true" PackagePath="" Visible="false" />
2020
</ItemGroup>
2121

22-
<!-- NuGet packages lock -->
23-
<PropertyGroup>
24-
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
25-
<DefaultItemExcludes>$(DefaultItemExcludes);packages.lock.json</DefaultItemExcludes>
26-
</PropertyGroup>
27-
2822
<!-- SourceLink -->
2923
<PropertyGroup>
3024
<PublishRepositoryUrl>true</PublishRepositoryUrl>

Directory.Packages.props

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
44
</PropertyGroup>
55
<ItemGroup>
6-
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
76
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.6.133" />
87
<GlobalPackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507" />
9-
<GlobalPackageReference Include="Umbraco.Code" Version="2.0.0" />
8+
<GlobalPackageReference Include="Umbraco.Code" Version="2.1.0" />
109
<GlobalPackageReference Include="Umbraco.GitVersioning.Extensions" Version="0.2.0" />
1110
</ItemGroup>
1211
<ItemGroup>
1312
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" />
14-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
15-
<PackageVersion Include="Umbraco.Cms.Tests" Version="[13.0.0-rc3, 14)" />
16-
<PackageVersion Include="Umbraco.Deploy.Infrastructure" Version="[13.0.0-rc3, 14)" />
13+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
14+
<PackageVersion Include="Umbraco.Cms.Tests" Version="[13.0.0, 14)" />
15+
<PackageVersion Include="Umbraco.Deploy.Infrastructure" Version="[13.0.0, 14)" />
1716
</ItemGroup>
1817
</Project>

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ parameters:
1010
- name: cache_nuget
1111
displayName: Cache NuGet packages
1212
type: boolean
13-
default: true
13+
default: false # As long as we're overwriting versions on MyGet, we can't cache NuGet packages
1414

1515
variables:
1616
solution: Umbraco.Deploy.Contrib.sln

src/Umbraco.Deploy.Contrib/Umbraco.Deploy.Contrib.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<PropertyGroup>
33
<Title>Umbraco Deploy - Contrib</Title>
44
<Description>Umbraco Deploy Contrib provides community contributions for Umbraco Deploy. This package can be used with Umbraco CMS version 9 and higher, for version 8 or below, use https://www.nuget.org/packages/UmbracoDeploy.Contrib/ instead.</Description>
5+
<!-- Deploy Contrib currently doesn't contain any code, skip including empty assembly -->
6+
<IncludeBuildOutput>false</IncludeBuildOutput>
7+
<IncludeSymbols>false</IncludeSymbols>
58
</PropertyGroup>
69

710
<ItemGroup>

0 commit comments

Comments
 (0)