forked from sayedihashimi/sayed-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating to include publish profiles
- Loading branch information
1 parent
9c4d98e
commit af521ef
Showing
3 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
echo This command will fail because ProjB does not have a publish profile named 'siteone - Web Deploy' | ||
echo This script assumes that the Web Deploy password is set at %password% | ||
%windir%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe PublishOnlyOne.sln /p:Configuration=Release /p:VisualStudioVersion=11.0 /p:DeployOnBuild=true /p:PublishProfile="siteone - Web Deploy" /p:Password=%password% | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
echo This command will fail because ProjB does not have a publish profile named 'siteone - Web Deploy' | ||
echo This script assumes that the Web Deploy password is set at %password% | ||
%windir%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe PublishOnlyOne.sln /p:Configuration=Release /p:VisualStudioVersion=11.0 /p:DeployOnBuild=true /p:PublishProfile="siteone - Web Deploy" /p:Password=%password% | ||
|