File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,9 @@ Task("TestNetFull")
135135 MSTest ( System . IO . Path . Combine ( folder , dllName ) , new MSTestSettings ( )
136136 {
137137 NoIsolation = false ,
138- WorkingDirectory = folder
138+ WorkingDirectory = folder ,
139+ // Fix Cake problem
140+ ToolPath = @"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\MSTest.exe"
139141 } ) ;
140142 }
141143 } ) ;
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project >
33 <PropertyGroup >
4- <LocalBuildVersion >1.3 .0</LocalBuildVersion >
4+ <LocalBuildVersion >1.4 .0</LocalBuildVersion >
55 <LocalBuildRevision >0</LocalBuildRevision >
66 <NowYear >$([System.DateTime]::Now.Year.ToString())</NowYear >
77 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments