Skip to content

Commit ef5bdf5

Browse files
author
Kapil Borle
committed
Remove version number modification in buildCoreClr.ps1
1 parent e6ecd27 commit ef5bdf5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

buildCoreClr.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ if ($Framework -eq "netstandard1.6")
3939
$destinationDirBinaries = "$destinationDir\coreclr"
4040
}
4141

42+
4243
if ($build)
4344
{
4445

@@ -73,8 +74,6 @@ if ($build)
7374
}
7475
}
7576
CopyToDestinationDir $itemsToCopyCommon $destinationDir
76-
(Get-Content "$destinationDir\PSScriptAnalyzer.psd1") -replace "ModuleVersion = '1.6.0'","ModuleVersion = '0.0.1'" | Out-File "$destinationDir\PSScriptAnalyzer.psd1" -Encoding ascii
77-
7877
CopyToDestinationDir $itemsToCopyBinaries $destinationDirBinaries
7978

8079
# Copy Settings File

0 commit comments

Comments
 (0)