File tree 1 file changed +1
-1
lines changed
src/SourceBuild/content/test/Microsoft.DotNet.Tests 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -142,10 +142,10 @@ internal class PackageSourceMappingsSetup
142
142
{
143
143
private static PackageSourceMappingsSetup ? instance ;
144
144
private static readonly object myLock = new ( ) ;
145
- private Dictionary < string , string > ? localTokenSourceMappings ;
146
145
147
146
public static readonly string PackageSourceMappingsRoot = Path . Combine ( Path . GetTempPath ( ) , Path . GetRandomFileName ( ) ) ;
148
147
148
+ private Dictionary < string , string > ? localTokenSourceMappings ;
149
149
private readonly string ArcadeSource = Path . Combine ( PackageSourceMappingsRoot , "arcade" ) ;
150
150
private readonly string RuntimeSource = Path . Combine ( PackageSourceMappingsRoot , "runtime" ) ;
151
151
private readonly string PreviouslySourceBuiltSource = Path . Combine ( PackageSourceMappingsRoot , "previously-source-built" ) ;
You can’t perform that action at this time.
0 commit comments