From 1e626e737bf6755b8b65a6921448cc39fcea6c45 Mon Sep 17 00:00:00 2001 From: Chris Granade Date: Wed, 5 Feb 2020 13:55:59 -0800 Subject: [PATCH 1/2] Update all projects to 0.10.2001.2831. (#223) --- Build/props/tests.props | 2 +- Chemistry/src/Runtime/Runtime.csproj | 4 ++-- Chemistry/tests/ChemistryTests/QSharpTests.csproj | 2 +- Chemistry/tests/SystemTests/SystemTests.csproj | 2 +- Numerics/src/Numerics.csproj | 4 ++-- Numerics/tests/NumericsTests.csproj | 2 +- Standard/src/Standard.csproj | 4 ++-- Standard/tests/Standard.Tests.csproj | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Build/props/tests.props b/Build/props/tests.props index 3a231bc74cc..f8425ad56b1 100644 --- a/Build/props/tests.props +++ b/Build/props/tests.props @@ -6,7 +6,7 @@ - + diff --git a/Chemistry/src/Runtime/Runtime.csproj b/Chemistry/src/Runtime/Runtime.csproj index 48eedf31a98..b616141778e 100644 --- a/Chemistry/src/Runtime/Runtime.csproj +++ b/Chemistry/src/Runtime/Runtime.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -16,7 +16,7 @@ - + diff --git a/Chemistry/tests/ChemistryTests/QSharpTests.csproj b/Chemistry/tests/ChemistryTests/QSharpTests.csproj index 343d8467fd8..194c721450b 100644 --- a/Chemistry/tests/ChemistryTests/QSharpTests.csproj +++ b/Chemistry/tests/ChemistryTests/QSharpTests.csproj @@ -1,4 +1,4 @@ - + diff --git a/Chemistry/tests/SystemTests/SystemTests.csproj b/Chemistry/tests/SystemTests/SystemTests.csproj index dea64485fc9..6670999e40a 100644 --- a/Chemistry/tests/SystemTests/SystemTests.csproj +++ b/Chemistry/tests/SystemTests/SystemTests.csproj @@ -1,4 +1,4 @@ - + diff --git a/Numerics/src/Numerics.csproj b/Numerics/src/Numerics.csproj index 2949a8837ff..f76a3984c6b 100644 --- a/Numerics/src/Numerics.csproj +++ b/Numerics/src/Numerics.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -37,7 +37,7 @@ - + diff --git a/Numerics/tests/NumericsTests.csproj b/Numerics/tests/NumericsTests.csproj index 815adfdd7e6..de8c6d57cbf 100644 --- a/Numerics/tests/NumericsTests.csproj +++ b/Numerics/tests/NumericsTests.csproj @@ -1,4 +1,4 @@ - + diff --git a/Standard/src/Standard.csproj b/Standard/src/Standard.csproj index c755fa64823..ad5ca6a2926 100644 --- a/Standard/src/Standard.csproj +++ b/Standard/src/Standard.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -30,7 +30,7 @@ - + diff --git a/Standard/tests/Standard.Tests.csproj b/Standard/tests/Standard.Tests.csproj index 616a30db2d4..d16f45efb2d 100644 --- a/Standard/tests/Standard.Tests.csproj +++ b/Standard/tests/Standard.Tests.csproj @@ -1,4 +1,4 @@ - + From dc9f97621da0f38eaf08f695761f9cb5dcb7c7be Mon Sep 17 00:00:00 2001 From: Chris Granade Date: Wed, 5 Feb 2020 15:11:03 -0800 Subject: [PATCH 2/2] Fixed QsharpDocsOutputPath property in build.ps1. (#222) --- Build/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/build.ps1 b/Build/build.ps1 index 8743ab2f623..8fdcc7b6a7e 100644 --- a/Build/build.ps1 +++ b/Build/build.ps1 @@ -17,7 +17,7 @@ function Build-One { -v $Env:BUILD_VERBOSITY ` /property:DefineConstants=$Env:ASSEMBLY_CONSTANTS ` /property:Version=$Env:ASSEMBLY_VERSION ` - /property:QsharpDocsOutDir=$Env:DOCS_OUTDIR + /property:QsharpDocsOutputPath=$Env:DOCS_OUTDIR if ($LastExitCode -ne 0) { Write-Host "##vso[task.logissue type=error;]Failed to build $project."