[Pkg-cli-apps-commits] [fsharp] 48/60: Ensure that netcore projects rebuild
Christopher Halse Rogers
raof-guest at moszumanska.debian.org
Sun Sep 14 08:13:41 UTC 2014
This is an automated email from the git hooks/post-receive script.
raof-guest pushed a commit to branch master
in repository fsharp.
commit f51f1d66972f705bec070e50546861f08de57ffc
Author: KevinRansom <codecutter at hotmail.com>
Date: Thu Aug 28 14:53:43 2014 -0700
Ensure that netcore projects rebuild
---
tests/fsharp/core/netcore/netcore259/build.bat | 2 +-
tests/fsharp/core/netcore/netcore7/build.bat | 2 +-
tests/fsharp/core/netcore/netcore78/build.bat | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/fsharp/core/netcore/netcore259/build.bat b/tests/fsharp/core/netcore/netcore259/build.bat
index 7980f02..fef71f3 100644
--- a/tests/fsharp/core/netcore/netcore259/build.bat
+++ b/tests/fsharp/core/netcore/netcore259/build.bat
@@ -6,5 +6,5 @@ IF /I "%INSTALL_SKU%" NEQ "ULTIMATE" (
exit /b 0
)
-"%MSBUILDTOOLSPATH%\msbuild.exe" ..\netcore.sln /p:Configuration=Debug /p:TestProfile=Profile259
+"%MSBUILDTOOLSPATH%\msbuild.exe" ..\netcore.sln /p:Configuration=Debug /p:TestProfile=Profile259 /t:Rebuild
exit /b %ERRORLEVEL%
\ No newline at end of file
diff --git a/tests/fsharp/core/netcore/netcore7/build.bat b/tests/fsharp/core/netcore/netcore7/build.bat
index 683c349..b3a27a8 100644
--- a/tests/fsharp/core/netcore/netcore7/build.bat
+++ b/tests/fsharp/core/netcore/netcore7/build.bat
@@ -6,5 +6,5 @@ IF /I "%INSTALL_SKU%" NEQ "ULTIMATE" (
exit /b 0
)
-"%MSBUILDTOOLSPATH%\msbuild.exe" ..\netcore.sln /p:Configuration=Debug /p:TestProfile=Profile7
+"%MSBUILDTOOLSPATH%\msbuild.exe" ..\netcore.sln /p:Configuration=Debug /p:TestProfile=Profile7 /t:Rebuild
exit /b %ERRORLEVEL%
\ No newline at end of file
diff --git a/tests/fsharp/core/netcore/netcore78/build.bat b/tests/fsharp/core/netcore/netcore78/build.bat
index 32aaa55..33252b6 100644
--- a/tests/fsharp/core/netcore/netcore78/build.bat
+++ b/tests/fsharp/core/netcore/netcore78/build.bat
@@ -6,5 +6,5 @@ IF /I "%INSTALL_SKU%" NEQ "ULTIMATE" (
exit /b 0
)
-"%MSBUILDTOOLSPATH%\msbuild.exe" ..\netcore.sln /p:Configuration=Debug /p:TestProfile=Profile78
+"%MSBUILDTOOLSPATH%\msbuild.exe" ..\netcore.sln /p:Configuration=Debug /p:TestProfile=Profile78 /t:Rebuild
exit /b %ERRORLEVEL%
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/fsharp.git
More information about the Pkg-cli-apps-commits
mailing list