Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita044057

Browse files
committed
don't try to invoke fsi.exe if it wasn't built
1 parent0adb823 commita044057

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎build.cmd‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -742,9 +742,11 @@ if "%BUILD_PHASE%" == "1" (
742742
echo ---------------- Done with build, starting assembly version checks ---------------
743743
setasmvercheckpath=%~dp0tests\fsharpqa\testenv\src\AssemblyVersionCheck
744744

745-
echo"%~dp0%BUILD_CONFIG%\net40\bin\fsi.exe"%asmvercheckpath%\AssemblyVersionCheck.fsx --"%~dp0build\config\AssemblySignToolData.json""%~dp0%BUILD_CONFIG%"
746-
"%~dp0%BUILD_CONFIG%\net40\bin\fsi.exe"%asmvercheckpath%\AssemblyVersionCheck.fsx --"%~dp0build\config\AssemblySignToolData.json""%~dp0%BUILD_CONFIG%"
747-
ifERRORLEVEL1echo Error verifying assembly versions and commit hashes.&&goto :failure
745+
if"%BUILD_NET40%"=="1" (
746+
echo"%~dp0%BUILD_CONFIG%\net40\bin\fsi.exe"%asmvercheckpath%\AssemblyVersionCheck.fsx --"%~dp0build\config\AssemblySignToolData.json""%~dp0%BUILD_CONFIG%"
747+
"%~dp0%BUILD_CONFIG%\net40\bin\fsi.exe"%asmvercheckpath%\AssemblyVersionCheck.fsx --"%~dp0build\config\AssemblySignToolData.json""%~dp0%BUILD_CONFIG%"
748+
ifERRORLEVEL1echo Error verifying assembly versions and commit hashes.&&goto :failure
749+
)
748750

749751
echo ---------------- Done with assembly version checks, starting assembly signing ---------------
750752

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp