Skip to content

Commit 2800e07

Browse files
committed
Несколько ошибок сборки
1 parent b80c25d commit 2800e07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Build.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
<NugetAbleProject Include="OneScript.DebugProtocol"/>
201201
</ItemGroup>
202202

203-
<MSBuild Projects="src/%(NugetAbleProject.Identity)/%(NugetAbleProject.Identity).csproj" Targets="pack" Properties="PackageOutputPath=$(ArtifactsRoot);ReleaseNumber=$(ReleaseNumber)"/>
203+
<MSBuild Projects="src/%(NugetAbleProject.Identity)/%(NugetAbleProject.Identity).csproj" Targets="pack" Properties="PackageOutputPath=$(ArtifactsRoot);ReleaseNumber=$(ReleaseNumber);TargetFrameworkId=$(TargetFrameworkId)"/>
204204

205205
</Target>
206206

install/install.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#endif
2121

2222
; duplicates ArtifactsRoot because ISPP can't resolve directives
23-
#expr ParseVersion(ArtifactRoot + "\" + Binaries + "\ScriptEngine.dll",VerMajor,VerMinor,VerRelease,Build)
23+
#expr GetVersionComponents(ArtifactRoot + "\" + Binaries + "\ScriptEngine.dll",VerMajor,VerMinor,VerRelease,Build)
2424

2525
[Setup]
2626
AppName={#AppName}

0 commit comments

Comments
 (0)