Skip to content

Commit 9481e55

Browse files
author
Robert Holt
committed
get rid of git call
1 parent 59a2028 commit 9481e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerShellEditorServices.build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $script:SaveModuleSupportsAllowPrerelease = (Get-Command Save-Module).Parameters
2323
$script:BuildInfoPath = [System.IO.Path]::Combine($PSScriptRoot, "src", "PowerShellEditorServices.Host", "BuildInfo", "BuildInfo.cs")
2424

2525
# ignore changes to this file
26-
git update-index --assume-unchanged "$PSScriptRoot/src/PowerShellEditorServices.Host/BuildInfo/BuildInfo.cs"
26+
# git update-index --assume-unchanged "$PSScriptRoot/src/PowerShellEditorServices.Host/BuildInfo/BuildInfo.cs"
2727

2828
if ($PSVersionTable.PSEdition -ne "Core") {
2929
Add-Type -Assembly System.IO.Compression.FileSystem

0 commit comments

Comments
 (0)