Skip to content

Commit

Permalink
Merge pull request #165: Update Git to include gvfs-helper update
Browse files Browse the repository at this point in the history
See microsoft/git#206 and microsoft/git#207 for the Git updates.

Un-ignore a functional test now that Git is doing the right thing.

Resolves #147
  • Loading branch information
derrickstolee authored Oct 9, 2019
2 parents 307a500 + c3216f1 commit 9dc5ce8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .azure-pipelines/templates/windows-functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ steps:
displayName: Publish Git trace2 log
inputs:
pathtoPublish: '$(Build.ArtifactStagingDirectory)'
artifactName: trace2-event-windows.txt
artifactName: trace2-event-windows.txt
condition: failed()
2 changes: 1 addition & 1 deletion Scalar.Build/Scalar.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup Label="Parameters">
<ScalarVersion>0.2.173.2</ScalarVersion>
<GitPackageVersion>2.20191004.2-sc</GitPackageVersion>
<GitPackageVersion>2.20191009.1-sc</GitPackageVersion>
</PropertyGroup>

<PropertyGroup Label="DefaultSettings">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ public void DownloadingACommitWithoutTreesDoesntBreakNextClone()
}

[TestCase]
[Ignore("TODO #147: Renamed this test after git recreates the gvfs.sharedCache folder if it's missing")]
public void MountReusesLocalCacheKeyWhenGitObjectsRootDeleted()
{
ScalarFunctionalTestEnlistment enlistment = this.CloneAndMountEnlistment();
Expand Down

0 comments on commit 9dc5ce8

Please sign in to comment.