Skip to content

Commit

Permalink
Updated version to publish with symbol pack
Browse files Browse the repository at this point in the history
  • Loading branch information
pentia-cjh committed Apr 15, 2018
1 parent 1357547 commit 5078980
Show file tree
Hide file tree
Showing 11 changed files with 3,490 additions and 14 deletions.
6 changes: 3 additions & 3 deletions Build/NugetPack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ $msBuild = Resolve-MsBuild
& $msbuild "..\propeller.mvc.sln" /p:Configuration=Release /t:Rebuild /m


nuget pack $pathCore -Prop Configuration=Release
nuget pack $pathModel -Prop Configuration=Release
nuget pack $pathPresentation -Prop Configuration=Release
nuget pack $pathCore -Prop Configuration=Release -Symbols
nuget pack $pathModel -Prop Configuration=Release -Symbols
nuget pack $pathPresentation -Prop Configuration=Release -Symbols
2 changes: 2 additions & 0 deletions Build/NugetPublishSymbols.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
param($pkg, $key)
nuget push $pkg $key -Source https://nuget.smbsrc.net/
3 changes: 2 additions & 1 deletion gulp-config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
websitePath: "C:\\Websites\\propeller.mvc\\Website",
websitePath: "c:\\inetpub\\wwwroot\\identity.local",
//websitePath: "C:\\Websites\\propeller.mvc\\Website",
solutionPath: "d:\\Home\\James\\projects\\Private\\propeller.mvc\\",
buildConfiguration: "Debug"
}
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gulp.task('push-domain', function() {
var publishProjects = function(location, dest) {
var targets = ["Build"];

console.log("publish to " + dest + " folder");
console.log("PUBLISH TO: " + dest + " folder");
return gulp.src([location + "/**/*.csproj"])
.pipe(foreach(function(stream, file) {
return stream
Expand Down
Loading

0 comments on commit 5078980

Please sign in to comment.