Created
November 19, 2018 19:45
-
-
Save qayshp/18492499800d8fd4cc8a9f9d08e5d0a2 to your computer and use it in GitHub Desktop.
cake windows log
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
dotnet cake build.cake -target=Api -verbosity=diagnostic -environment=qays -configuration=Debug | |
NuGet.config not found. | |
Analyzing build script... | |
Analyzing F:/samplecakeproject/build.cake... | |
Found package 'Company.Automation.Templates 15.2.1-t181116224115' in 'F:/samplecakeproject/.tools'. | |
Package Company.Automation.Templates.15.2.1-t181116224115 has already been installed. | |
Successfully installed 'Company.Automation.Templates 15.2.1-t181116224115' to F:/samplecakeproject/.tools | |
Executing nuget actions took 114.72 ms | |
Analyzing F:/samplecakeproject/.tools/Company.Automation.Templates.15.2.1-t181116224115/template/build.cake... | |
Analyzing F:/samplecakeproject/helpers.cake... | |
Processing build script... | |
Installing tools... | |
Found package 'ReportGenerator 4.0.0-rc3' in 'F:/samplecakeproject/.tools'. | |
Package ReportGenerator.4.0.0-rc3 has already been installed. | |
Successfully installed 'ReportGenerator 4.0.0-rc3' to F:/samplecakeproject/.tools | |
Executing nuget actions took 209.38 ms | |
Installing addins... | |
Found package 'AWSSDK.S3 3.3.0' in 'F:/samplecakeproject/.tools/Addins'. | |
Package AWSSDK.S3.3.3.0 has already been installed. | |
Successfully installed 'AWSSDK.S3 3.3.0' to F:/samplecakeproject/.tools/Addins | |
Executing nuget actions took 22.81 ms | |
The addin AWSSDK.S3 will reference AWSSDK.S3.dll. | |
Found package 'AWSSDK.Route53 3.3.0' in 'F:/samplecakeproject/.tools/Addins'. | |
Package AWSSDK.Route53.3.3.0 has already been installed. | |
Successfully installed 'AWSSDK.Route53 3.3.0' to F:/samplecakeproject/.tools/Addins | |
Executing nuget actions took 18.23 ms | |
The addin AWSSDK.Route53 will reference AWSSDK.Route53.dll. | |
Found package 'Cake.AWS.Route53 0.1.2' in 'F:/samplecakeproject/.tools/Addins'. | |
Package Cake.AWS.Route53.0.1.2 has already been installed. | |
Successfully installed 'Cake.AWS.Route53 0.1.2' to F:/samplecakeproject/.tools/Addins | |
Executing nuget actions took 12.07 ms | |
The addin Cake.AWS.Route53 will reference Cake.AWS.Route53.dll. | |
Retrieving package 'Cake.AWS.S3 0.6.5' from 'C:\Users\qaysh\.nuget\packages\'. | |
Package Cake.AWS.S3.0.6.5 has already been installed. | |
Successfully installed 'Cake.AWS.S3 0.6.5' to F:/samplecakeproject/.tools/Addins | |
Executing nuget actions took 219.33 ms | |
Error: Cake.Core.CakeException: Failed to install addin 'Cake.AWS.S3'. | |
at Cake.Core.Scripting.ScriptProcessor.InstallAddins(IReadOnlyCollection`1 addins, DirectoryPath installPath) in C:\projects\cake\src\Cake.Core\Scripting\ScriptProcessor.cs:line 106 | |
at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath, IDictionary`2 arguments) in C:\projects\cake\src\Cake.Core\Scripting\ScriptRunner.cs:line 152 | |
at Cake.Commands.BuildCommand.Execute(CakeOptions options) in C:\projects\cake\src\Cake\Commands\BuildCommand.cs:line 41 | |
at Cake.CakeApplication.Run(CakeOptions options) in C:\projects\cake\src\Cake\CakeApplication.cs:line 45 | |
at Cake.Program.Main() in C:\projects\cake\src\Cake\Program.cs:line 73 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Welp, it was just a file system permissions issue.