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")
135
135
MSTest ( System . IO . Path . Combine ( folder , dllName ) , new MSTestSettings ( )
136
136
{
137
137
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"
139
141
} ) ;
140
142
}
141
143
} ) ;
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project >
3
3
<PropertyGroup >
4
- <LocalBuildVersion >1.3 .0</LocalBuildVersion >
4
+ <LocalBuildVersion >1.4 .0</LocalBuildVersion >
5
5
<LocalBuildRevision >0</LocalBuildRevision >
6
6
<NowYear >$([System.DateTime]::Now.Year.ToString())</NowYear >
7
7
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments