Skip to content

Commit

Permalink
Merge pull request #69 from awseward/more-simplifying
Browse files Browse the repository at this point in the history
Simplify some nuget-oriented params
  • Loading branch information
awseward authored Jul 23, 2017
2 parents 98d9fe6 + 77eec02 commit d98f5e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ datNET.Targets.initialize (fun p ->
AssemblyInfoFilePaths = ["SharedAssemblyInfo.cs"]
Authors = ["Andrew Seward"; "Mathew Glodack"]
Description = "A Bugsnag notifier client for .NET projects"
OutputPath = "bin"
OutputPath = "."
Project = "Bugsnag.NET"
ProjectFilePath = Some "Bugsnag.NET/Bugsnag.NET.csproj"
Publish = true
TestAssemblies = !! "Bugsnag.NET.Tests/**/bin/**/*.Tests.dll"
WorkingDir = "bin" // NOTE: This seems a bit off for the label's name of "WorkingDir"
WorkingDir = "."
}
)

Expand Down

0 comments on commit d98f5e4

Please sign in to comment.