Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
Updated for dotnet core 3!
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Sep 24, 2019
1 parent fce3067 commit 13e7b65
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image: Visual Studio 2019
init:
- git config --global core.autocrlf input
build_script:
- cmd: choco install dotnetcore-sdk --version=3.0.100-rc1-014190
- cmd: choco install dotnetcore-sdk --version=3.0.100
- ps: .\build.ps1
test: off
after_build:
Expand Down
2 changes: 1 addition & 1 deletion .build/.build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Rocket.Surgery.Nuke.DotNetCore" Version="0.5.1" />
<PackageReference Include="Nuke.Common" Version="0.22.0" />
<PackageReference Include="Nuke.Common" Version="0.22.1" />
<PackageReference Include="GitVersion.CommandLine.DotNetCore" Version="5.0.1" />
<PackageReference Include="ReportGenerator" Version="4.2.20" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion GitReleaseManager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# footer-content: ''
# footer-includes-milestone: true
export:
include-created-date-in-title: true
include-created-date-in-title: false
issue-labels-include:
- ":boom: breaking change"
- ":rocket: feature"
Expand Down
6 changes: 3 additions & 3 deletions Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<ItemGroup>
<PackageReference Update="Rocket.Surgery.Extensions.Testing.FakeItEasy" Version="2.0.0" />
<PackageReference Update="Autofac.Extras.FakeItEasy" Version="5.0.1" />
<PackageReference Update="Bogus" Version="28.2.1" />
<PackageReference Update="coverlet.collector" Version="1.0.1" />
<PackageReference Update="coverlet.msbuild" Version="2.6.3" />
<PackageReference Update="Bogus" Version="28.3.1" />
<PackageReference Update="coverlet.collector" Version="1.1.0" />
<PackageReference Update="coverlet.msbuild" Version="2.7.0" />
<PackageReference Update="FakeItEasy" Version="5.2.0" />
<PackageReference Update="FakeItEasy.Analyzer.CSharp" Version="5.2.0" />
<PackageReference Update="FluentAssertions" Version="5.9.0" />
Expand Down
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resources:
- repository: rsg
type: github
name: RocketSurgeonsGuild/AzureDevopsTemplates
ref: refs/tags/v0.9.4
ref: refs/tags/v0.10.2
endpoint: github

variables:
Expand All @@ -38,8 +38,8 @@ jobs:
Configuration: $(Configuration)
Verbosity: $(Verbosity)
GitHub: true
GitHubPackages: false
DotNet21Version: "2.1.x"
DotNetVersion: "2.2.x"
DotNet3Version: "3.0.100-rc1-014190"
GitHubPackages: true
DotNetSdk:
- "2.2.x"
- "3.0.x"
NuGetVersion: "5.2.0"
3 changes: 0 additions & 3 deletions test/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<PropertyGroup>
<PreserveCompilationContext>true</PreserveCompilationContext>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<Include>[Rocket.Surgery.*]*</Include>
</PropertyGroup>
</Project>

0 comments on commit 13e7b65

Please sign in to comment.