Skip to content

Commit

Permalink
Add the new .dlls to the Squirrel nuspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed May 18, 2017
1 parent 013f036 commit 66032fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/StructuredLogViewer/MSBuildStructuredLogViewer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<file src="DeltaCompressionDotNet.MsDelta.dll" target="lib\net46" />
<file src="DeltaCompressionDotNet.PatchApi.dll" target="lib\net46" />
<file src="ICSharpCode.SharpZipLib.dll" target="lib\net46" />
<file src="ICSharpCode.AvalonEdit.dll" target="lib\net46" />
<file src="Microsoft.Build.dll" target="lib\net46" />
<file src="Microsoft.Build.Framework.dll" target="lib\net46" />
<file src="Microsoft.Build.Tasks.Core.dll" target="lib\net46" />
Expand All @@ -36,5 +37,6 @@
<file src="StructuredLogViewer.exe" target="lib\net46" />
<file src="StructuredLogViewer.pdb" target="lib\net46" />
<file src="StructuredLogViewer.exe.config" target="lib\net46" />
<file src="System.ValueTuple.dll" target="lib\net46" />
</files>
</package>
2 changes: 1 addition & 1 deletion src/StructuredLogger/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"StructuredLogger": {
"commandName": "Executable",
"executablePath": "$(MSBuildToolsPath)\\MSBuild.exe",
"commandLineArgs": "$(SolutionDir) /p:Configuration=Release /t:Rebuild /v:diag /noconlog /logger:StructuredLogger,$(TargetPath);log.buildlog",
"commandLineArgs": "$(SolutionDir) /p:Configuration=Release /t:Rebuild /v:diag /noconlog /logger:BinaryLogger,$(TargetPath);C:\\temp\\1.binlog",
"workingDirectory": "$(SolutionDir)"
}
}
Expand Down

0 comments on commit 66032fa

Please sign in to comment.