Created
April 26, 2017 19:22
-
-
Save mwallner/d0ae9199a00f2efe3d708196b40748d7 to your computer and use it in GitHub Desktop.
Invoke-Build build with cake
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
PS D:\git\Invoke-Remote> .\build.ps1 | |
Preparing to run build script... | |
Running build script... | |
Analyzing build script... | |
Processing build script... | |
Installing tools... | |
Downloading and installing Roslyn... | |
Installing packages (using https://packages.nuget.org/api/v2)... | |
Copying files... | |
Copying Roslyn.Compilers.CSharp.dll... | |
Copying Roslyn.Compilers.dll... | |
Deleting installation directory... | |
Compiling build script... | |
======================================== | |
Clean | |
======================================== | |
Executing task: Clean | |
Creating directory D:/git/Invoke-Remote/_buildArtifacts | |
Finished executing task: Clean | |
======================================== | |
Build | |
======================================== | |
Executing task: Build | |
retrieving version and building Chocolatey package | |
version is 0.1.0.0 | |
Chocolatey v0.10.5 Business | |
Attempting to build package from 'invoke-remote.temp.nuspec'. | |
Successfully created package 'D:\git\Invoke-Remote\_buildArtifacts\invoke-remote.0.1.0.0.nupkg' | |
Finished executing task: Build | |
======================================== | |
Default | |
======================================== | |
Executing task: Default | |
Finished executing task: Default | |
Task Duration | |
-------------------------------------------------- | |
Clean 00:00:00.0134465 | |
Build 00:00:03.1993966 | |
Default 00:00:00.0051470 | |
-------------------------------------------------- | |
Total: 00:00:03.2179901 | |
PS D:\git\Invoke-Remote> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment