File tree 3 files changed +3
-3
lines changed
.azure-pipelines/templates
Scalar.FunctionalTests/Tests/MultiEnlistmentTests 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
displayName : Publish Git trace2 log
32
32
inputs :
33
33
pathtoPublish : ' $(Build.ArtifactStagingDirectory)'
34
- artifactName : trace2-event-windows.txt
34
+ artifactName : trace2-event-windows.txt
35
+ condition : failed()
Original file line number Diff line number Diff line change 3
3
4
4
<PropertyGroup Label =" Parameters" >
5
5
<ScalarVersion >0.2.173.2</ScalarVersion >
6
- <GitPackageVersion >2.20191004.2 -sc</GitPackageVersion >
6
+ <GitPackageVersion >2.20191009.1 -sc</GitPackageVersion >
7
7
</PropertyGroup >
8
8
9
9
<PropertyGroup Label =" DefaultSettings" >
Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ public void DownloadingACommitWithoutTreesDoesntBreakNextClone()
103
103
}
104
104
105
105
[ TestCase ]
106
- [ Ignore ( "TODO #147: Renamed this test after git recreates the gvfs.sharedCache folder if it's missing" ) ]
107
106
public void MountReusesLocalCacheKeyWhenGitObjectsRootDeleted ( )
108
107
{
109
108
ScalarFunctionalTestEnlistment enlistment = this . CloneAndMountEnlistment ( ) ;
You can’t perform that action at this time.
0 commit comments