From b9bda24854cda90e05cb942be6b4756f7453399b Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Thu, 25 Oct 2018 14:17:41 +0100 Subject: [PATCH] Tidy scripts --- CallPolly.sln | 1 + Directory.Build.props | 11 ++--------- build.proj | 18 +++++++----------- .../CallPolly.Acceptance.fsproj | 14 +++++++------- tests/CallPolly.Tests/CallPolly.Tests.fsproj | 14 +++++++------- 5 files changed, 24 insertions(+), 34 deletions(-) diff --git a/CallPolly.sln b/CallPolly.sln index d1310c0..fdbb7b0 100644 --- a/CallPolly.sln +++ b/CallPolly.sln @@ -11,6 +11,7 @@ Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "CallPolly.Tests", "tests\Ca EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".project", ".project", "{6047ADD6-C48C-4583-A5C6-58FDF7A0DC10}" ProjectSection(SolutionItems) = preProject + azure-pipelines.yml = azure-pipelines.yml build.proj = build.proj build.ps1 = build.ps1 Directory.Build.props = Directory.Build.props diff --git a/Directory.Build.props b/Directory.Build.props index 0f3e405..cf30f28 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -3,22 +3,15 @@ @jet @bartelink and contributors Jet.com Apply systemwide resilience strategies consistently across subsystems, standing on Polly's shoulders - https://github.com/jet/CallPolly + https://github.com/jet/callpolly polly bulkhead circuitbreaker timeout fsharp - https://github.com/jet/CallPolly/blob/master/LICENSE + https://github.com/jet/callpolly/blob/master/LICENSE Copyright © 2018 - true true $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb - - - - - mono - false $(EnableSourceLink) diff --git a/build.proj b/build.proj index bd08bdc..e8354c3 100644 --- a/build.proj +++ b/build.proj @@ -1,29 +1,25 @@ - + CallPolly --configuration Release - $([System.IO.Path]::GetFullPath("$(MSBuildThisFileDirectory)")) - -o $(RepoRootDir)bin - --version-suffix "$(VersionSuffix)" - - $([System.String]::Format('{0:0000000}',$([MSBuild]::Add($(BuildNumber), 0)))) - --version-suffix CI$(BuildNumber)-pr$(PullRequestId) - --version-suffix CI$(BuildNumber) + $([System.IO.Path]::GetFullPath("$(MSBuildThisFileDirectory)")) + -o $(ThisDirAbsolute)bin --version-suffix "$(VersionSuffix)" + --logger:trx - + - - + + \ No newline at end of file diff --git a/tests/CallPolly.Acceptance/CallPolly.Acceptance.fsproj b/tests/CallPolly.Acceptance/CallPolly.Acceptance.fsproj index 37f9fbd..a065967 100644 --- a/tests/CallPolly.Acceptance/CallPolly.Acceptance.fsproj +++ b/tests/CallPolly.Acceptance/CallPolly.Acceptance.fsproj @@ -16,13 +16,10 @@ - + - - - PreserveNewest - - + + @@ -35,8 +32,11 @@ + - + + PreserveNewest + diff --git a/tests/CallPolly.Tests/CallPolly.Tests.fsproj b/tests/CallPolly.Tests/CallPolly.Tests.fsproj index 3f4a682..638de4b 100644 --- a/tests/CallPolly.Tests/CallPolly.Tests.fsproj +++ b/tests/CallPolly.Tests/CallPolly.Tests.fsproj @@ -13,13 +13,10 @@ - + - - - PreserveNewest - - + + @@ -31,8 +28,11 @@ + - + + PreserveNewest +