Created
March 12, 2018 14:53
-
-
Save dudelis/b34e2d320561938b8c3f1b17587d437c to your computer and use it in GitHub Desktop.
K2 Automatic Deployment
This file contains hidden or 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
| #Adds the PowerShell Deployment snapin. | |
| add-pssnapin SourceCode.Deployment.PowerShell | |
| #Scripts the deployment of a package | |
| Deploy-Package $(System.DefaultWorkingDirectory)/K2-CI-Demo-CI/$(Build.BuildNumber)/ExpenseClaim.kspx $(System.DefaultWorkingDirectory)/K2-CI-Demo-CI/$(Build.BuildNumber)/ExpenseClaim.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment