Skip to content

Commit

Permalink
Updated build bits and pieces
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Jun 2, 2019
1 parent 3fa92c6 commit 8b82e5e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
<PackageReference Update="System.Diagnostics.DiagnosticSource" Version="4.5.1" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Rocket.Surgery.Build.Metadata" Version="3.2.0" PrivateAssets="All" />
<PackageReference Include="Rocket.Surgery.Build.Metadata" Version="3.3.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19270-01" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="Rocket.Surgery.Extensions.Testing" Version="1.0.0" />
<PackageReference Update="Rocket.Surgery.Extensions.Testing" Version="1.1.7" />
<PackageReference Update="Autofac.Extras.FakeItEasy" Version="5.0.1" />
<PackageReference Update="Bogus" Version="27.0.1" />
<PackageReference Update="coverlet.msbuild" Version="2.6.1" />
<PackageReference Update="FakeItEasy" Version="5.1.1" />
<PackageReference Update="FakeItEasy.Analyzer.CSharp" Version="5.1.1" />
<PackageReference Update="FluentAssertions" Version="5.6.0" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="16.1.0" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="16.1.1" />
<PackageReference Update="xunit" Version="2.4.1" />
<PackageReference Update="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Update="XunitXml.TestLogger" Version="2.1.26" />
Expand Down
3 changes: 1 addition & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ resources:
- repository: rsg
type: github
name: RocketSurgeonsGuild/AzureDevopsTemplates
ref: refs/heads/master
# ref: refs/tags/v0.5.6
ref: refs/tags/v0.5.8
endpoint: github

variables:
Expand Down
2 changes: 1 addition & 1 deletion cakefile.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#load "nuget:?package=Rocket.Surgery.Cake.Library&version=0.9.3";
#load "nuget:?package=Rocket.Surgery.Cake.Library&version=0.9.10";

Task("Default")
.IsDependentOn("dotnetcore");
Expand Down
1 change: 1 addition & 0 deletions test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<PreserveCompilationContext>true</PreserveCompilationContext>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<Include>[Rocket.Surgery.*]*</Include>
</PropertyGroup>
</Project>

0 comments on commit 8b82e5e

Please sign in to comment.