|
|
|
@ -80,7 +80,6 @@ function gitBranch() {
@@ -80,7 +80,6 @@ function gitBranch() {
|
|
|
|
|
|
|
|
|
|
$templateFiles = ( |
|
|
|
|
@{Input=$decompilerVersionInfoTemplateFile; Output="ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.cs"}, |
|
|
|
|
@{Input="ILSpy/Properties/app.config.template"; Output = "ILSpy/app.config"}, |
|
|
|
|
@{Input="ILSpy.AddIn/source.extension.vsixmanifest.template"; Output = "ILSpy.AddIn/source.extension.vsixmanifest"}, |
|
|
|
|
@{Input="ILSpy.AddIn.VS2022/source.extension.vsixmanifest.template"; Output = "ILSpy.AddIn.VS2022/source.extension.vsixmanifest"}, |
|
|
|
|
@{Input="ILSpy.Installer/AppPackage.cs.template"; Output = "ILSpy.Installer/AppPackage.cs"} |
|
|
|
|