We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a2028 commit 9481e55Copy full SHA for 9481e55
PowerShellEditorServices.build.ps1
@@ -23,7 +23,7 @@ $script:SaveModuleSupportsAllowPrerelease = (Get-Command Save-Module).Parameters
23
$script:BuildInfoPath = [System.IO.Path]::Combine($PSScriptRoot, "src", "PowerShellEditorServices.Host", "BuildInfo", "BuildInfo.cs")
24
25
# ignore changes to this file
26
-git update-index --assume-unchanged "$PSScriptRoot/src/PowerShellEditorServices.Host/BuildInfo/BuildInfo.cs"
+# git update-index --assume-unchanged "$PSScriptRoot/src/PowerShellEditorServices.Host/BuildInfo/BuildInfo.cs"
27
28
if ($PSVersionTable.PSEdition -ne "Core") {
29
Add-Type -Assembly System.IO.Compression.FileSystem
0 commit comments