Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4c2a023

Browse files
committed
fix building in VS with PDB conversions
1 parent4dce3d1 commit4c2a023

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎FSharp.Directory.Build.props‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
<PropertyGroup>
1818
<!-- default NuGet package restore location-->
1919
<NuGetPackageRootCondition="'$(NuGetPackageRoot)' == ''">$(NUGET_PACKAGES)</NuGetPackageRoot>
20-
<NuGetPackageRootCondition="'$(NuGetPackageRoot)' == '' AND '$(OS)' == 'Windows_NT'">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
21-
<NuGetPackageRootCondition="'$(NuGetPackageRoot)' == '' AND '$(OS)' != 'Windows_NT'">$(HOME)/.nuget/packages/</NuGetPackageRoot>
20+
<NuGetPackageRootCondition="'$(NuGetPackageRoot)' == ''">$(MSBuildThisFileDirectory)packages</NuGetPackageRoot>
2221
<!-- ensure there is a trailing slash-->
2322
<NuGetPackageRootCondition="!HasTrailingSlash('$(NuGetPackageRoot)') AND '$(OS)' == 'Windows_NT'">$(NuGetPackageRoot)\</NuGetPackageRoot>
2423
<NuGetPackageRootCondition="!HasTrailingSlash('$(NuGetPackageRoot)') AND '$(OS)' != 'Windows_NT'">$(NuGetPackageRoot)/</NuGetPackageRoot>

‎build.cmd‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ if "%NEEDS_DOTNET_CLI_TOOLS%" == "1" (
653653

654654
set_dotnetcliexe=%~dp0Tools\dotnetcli\dotnet.exe
655655
set_dotnet20exe=%~dp0Tools\dotnet20\dotnet.exe
656-
setNUGET_PACKAGES=%~dp0Packages
656+
setNUGET_PACKAGES=%~dp0packages
657657
setpath=%~dp0Tools\dotnet20\;%path%
658658

659659
echo ----------- Done with package restore, starting dependency uptake check -------------

‎vsintegration/src/FSharp.ProjectSystem.PropertyPages/FSharp.PropertiesPages.vbproj‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<GeneratePkgDefFile>true</GeneratePkgDefFile>
3535
<IncludePkgdefInVSIXContainer>true</IncludePkgdefInVSIXContainer>
3636
<UsePackageTargetFallbackHack>true</UsePackageTargetFallbackHack>
37+
<DisableOutputPathCopying>true</DisableOutputPathCopying>
3738
</PropertyGroup>
3839

3940
<PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp