Skip to content

Commit a097c2c

Browse files
hyperswintellij-monorepo-bot
authored andcommitted
Remove the custom hardcode (which isn't valid on every machine), the base test nuget restore can find the common folder without additional help now.
Issue: RSRP-502680 Source: d5ed997d3908c7415f8a77fe95321f4cae29ce24 Branch: "h.RSRP-502680.Take-JetEnvironment-Init-Off-the-Main-Thread" GitOrigin-RevId: ff08d4d427b1c8e4060c7a1c73f668675a6d4df7
1 parent 3046516 commit a097c2c

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

ReSharper.FSharp/test/data/TestAssembliesSources/nuget.config

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<config>
4-
<add key="repositoryPath" value="C:\temp\JetTestPackages" />
5-
</config>
63
<packageSources>
74
<clear />
85
<add key="resharper-platform" value="https://resharper-platform.jetbrains.com/api/v2/" />

ReSharper.FSharp/test/data/nuget.config

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<config>
4-
<add key="repositoryPath" value="C:\temp\JetTestPackages" />
5-
</config>
63
<packageSources>
74
<clear />
85
<add key="resharper-platform" value="https://resharper-platform.jetbrains.com/api/v2/" />

0 commit comments

Comments
 (0)