You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/dotnet-svcutil/lib/tests/Baselines/TFMBootstrap/tfmDefault/SvcutilBootstrapper/SvcutilBootstrapper.csproj
Copy file name to clipboardExpand all lines: src/dotnet-svcutil/lib/tests/Baselines/TFMBootstrap/tfmNet60/SvcutilBootstrapper/SvcutilBootstrapper.csproj
Copy file name to clipboardExpand all lines: src/dotnet-svcutil/lib/tests/Baselines/TFMBootstrap/tfmNetstd20/SvcutilBootstrapper/SvcutilBootstrapper.csproj
Copy file name to clipboardExpand all lines: src/dotnet-svcutil/lib/tests/Baselines/TFMBootstrap/tfmNetstd21/SvcutilBootstrapper/SvcutilBootstrapper.csproj
Copy file name to clipboardExpand all lines: src/dotnet-svcutil/lib/tests/Baselines/TFMBootstrapGlobal/tfmGlobalDefault/SvcutilBootstrapper/SvcutilBootstrapper.csproj
Copy file name to clipboardExpand all lines: src/dotnet-svcutil/lib/tests/Baselines/TFMBootstrapGlobal/tfmGlobalNetstd20/SvcutilBootstrapper/SvcutilBootstrapper.csproj
Copy file name to clipboardExpand all lines: src/dotnet-svcutil/lib/tests/Baselines/TypeReuse/TypeReuse/SvcutilBootstrapper/Microsoft.Tools.ServiceModel.Svcutil-bootstrapper.params.json
Copy file name to clipboardExpand all lines: src/dotnet-svcutil/lib/tests/src/FixupUtil.cs
+12
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,18 @@ public void Init(string resultsPath, string testCasesPath, string projectPath, s
87
87
_replacements.Add(newReplaceInfo(@"net(coreapp)?\d+\.\d+\\dotnet-svcutil-lib.dll","DOTNET_VERSION\\dotnet-svcutil-lib.dll"){UseRegex=true});//for windows
88
88
_replacements.Add(newReplaceInfo(@"net(coreapp)?\d+\.\d+/any/dotnet-svcutil-lib.dll","DOTNET_VERSION/any/dotnet-svcutil-lib.dll"){UseRegex=true});//for linux
89
89
_replacements.Add(newReplaceInfo(@"net(coreapp)?\d+\.\d+\\any\\dotnet-svcutil-lib.dll","DOTNET_VERSION\\any\\dotnet-svcutil-lib.dll"){UseRegex=true});//for windows
0 commit comments