Skip to content

Commit

Permalink
Added PRD publish profiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Oct 6, 2015
1 parent 972cad4 commit 680ee1d
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ publish/
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
#*.pubxml
*.publishproj

# NuGet Packages
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ SampleProject
####Tests
[![Tests status](http://teststatusbadge.azurewebsites.net/api/status/giacomelli/SampleProject)](https://ci.appveyor.com/project/giacomelli/SampleProject)
[![Coverage Status](https://coveralls.io/repos/giacomelli/SampleProject/badge.svg?branch=master&service=github)](https://coveralls.io/github/giacomelli/SampleProject?branch=master)
![SpecFlow](http://badgessharp.apphb.com/badges/giacomelli/SampleProject/SpecFlow)
![SpecFlow](https://badgessharp.apphb.com/badges/giacomelli/SampleProject/SpecFlow)


####Code quality
[![FxCop](http://badgessharp.apphb.com/badges/giacomelli/SampleProject/FxCop)](https://ci.appveyor.com/project/giacomelli/SampleProject/build/artifacts)
[![StyleCop](http://badgessharp.apphb.com/badges/giacomelli/SampleProject/StyleCop)](https://ci.appveyor.com/project/giacomelli/SampleProject/build/artifacts)
[![DupFinder](http://badgessharp.apphb.com/badges/giacomelli/SampleProject/DupFinder)](https://ci.appveyor.com/project/giacomelli/SampleProject/build/artifacts)
[![FxCop](https://badgessharp.apphb.com/badges/giacomelli/SampleProject/FxCop)](https://ci.appveyor.com/project/giacomelli/SampleProject/build/artifacts)
[![StyleCop](https://badgessharp.apphb.com/badges/giacomelli/SampleProject/StyleCop)](https://ci.appveyor.com/project/giacomelli/SampleProject/build/artifacts)
[![DupFinder](https://badgessharp.apphb.com/badges/giacomelli/SampleProject/DupFinder)](https://ci.appveyor.com/project/giacomelli/SampleProject/build/artifacts)

####License
[![License](http://img.shields.io/:license-MIT-blue.svg)](https://raw.githubusercontent.com/giacomelli/SampleProject/master/LICENSE)
Expand Down
17 changes: 17 additions & 0 deletions src/SampleProject.WebApi/Properties/PublishProfiles/PRD.pubxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
by editing this MSBuild file. In order to learn more about this please visit http://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<WebPublishMethod>FileSystem</WebPublishMethod>
<LastUsedBuildConfiguration>PRD</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<SiteUrlToLaunchAfterPublish />
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<ExcludeApp_Data>False</ExcludeApp_Data>
<publishUrl>..\..\build\SampleProject-release\WebApi</publishUrl>
<DeleteExistingFiles>False</DeleteExistingFiles>
</PropertyGroup>
</Project>
17 changes: 17 additions & 0 deletions src/SampleProject.WebApp/Properties/PublishProfiles/PRD.pubxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
by editing this MSBuild file. In order to learn more about this please visit http://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<WebPublishMethod>FileSystem</WebPublishMethod>
<LastUsedBuildConfiguration>PRD</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<SiteUrlToLaunchAfterPublish />
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<ExcludeApp_Data>False</ExcludeApp_Data>
<publishUrl>..\..\build\SampleProject-release\WebApp</publishUrl>
<DeleteExistingFiles>False</DeleteExistingFiles>
</PropertyGroup>
</Project>

0 comments on commit 680ee1d

Please sign in to comment.