Skip to content

Commit

Permalink
Merge branch 'devlead-feature/gh-22'
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Feb 9, 2021
2 parents f43ce16 + e80aabb commit a3d096c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#---------------------------------#
# Build Image #
#---------------------------------#
image: Visual Studio 2017
image: Visual Studio 2019

#---------------------------------#
# Build Script #
Expand Down
6 changes: 6 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sdk": {
"version": "5.0.102",
"rollForward": "latestFeature"
}
}
8 changes: 3 additions & 5 deletions src/Cake.Kudu/Cake.Kudu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,15 @@
<Authors>devlead; WCOMB</Authors>
<CodeAnalysisRuleSet>..\Cake.Kudu.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
<PropertyGroup>
<DocumentationFile>bin\Debug\netstandard2.0\Cake.Kudu.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
<DocumentationFile>bin\Release\netstandard2.0\Cake.Kudu.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cake.Common" Version="0.33.0">
<PackageReference Include="Cake.Common" Version="1.0.0">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="Cake.Core" Version="0.33.0">
<PackageReference Include="Cake.Core" Version="1.0.0">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="StyleCop.Analyzers" Version="1.0.2" />
Expand Down

0 comments on commit a3d096c

Please sign in to comment.