diff --git a/.nuget/NuGet.targets b/.nuget/NuGet.targets index 16e589f0..aabf3470 100644 --- a/.nuget/NuGet.targets +++ b/.nuget/NuGet.targets @@ -19,7 +19,6 @@ - @@ -44,7 +43,7 @@ -NonInteractive - $(NuGetCommand) install "$(PackagesConfig)" -source "$(PackageSources)" $(NonInteractiveSwitch) $(RequireConsentSwitch) -solutionDirectory "$(SolutionDir) " + $(NuGetCommand) install "$(PackagesConfig)" -source "$(PackageSources)" $(NonInteractiveSwitch) $(RequireConsentSwitch) -solutionDirectory "$(SolutionDir)/" $(NuGetCommand) pack "$(ProjectPath)" -Properties Configuration=$(Configuration) $(NonInteractiveSwitch) -OutputDirectory "$(PackageOutputDir)" -symbols @@ -71,10 +70,11 @@ - - + + + + Condition="'$(OS)' != 'Windows_NT' AND !Exists('$(NuGetExePath)')" /> diff --git a/src/HearThis/HearThis.csproj b/src/HearThis/HearThis.csproj index c2be4169..92bafad5 100644 --- a/src/HearThis/HearThis.csproj +++ b/src/HearThis/HearThis.csproj @@ -17,8 +17,6 @@ ..\..\ true - - x86 diff --git a/src/HearThisTests/HearThisTests.csproj b/src/HearThisTests/HearThisTests.csproj index 6c66ec42..4f2d5ee4 100644 --- a/src/HearThisTests/HearThisTests.csproj +++ b/src/HearThisTests/HearThisTests.csproj @@ -18,8 +18,6 @@ ..\..\ true - - true