Commit Graph

5 Commits

Author SHA1 Message Date
Andrew Arnott 53a3242437 Index sources into PDBs (#442)
Use SourceLink so that debugging into sources is easy.
Also rely on thet .NET SDK to set the RepositoryUrl property.
2019-06-27 10:37:34 +01:00
Andrew Arnott f4c2d305a3 Build to bin\<config>\Packages instead of build\
The "bin" folder name is more common for .NET based projects such as this one. And it allows the .gitignore file to ignore the "bin" folder while allowing the "build" folder to appear under project directories with a build folder in source code that contains package payload.
2019-05-28 23:42:35 -06:00
Andrew Arnott 61a29aaf67 Fix PackageOutputPath in local builds
Define Configuration when undefined before using it. Otherwise packages build to just build\ instead of build\debug.
2019-05-28 23:32:51 -06:00
Andrew Arnott dfda81a1f4 Define RepoRoot property for simpler paths 2019-05-26 21:18:42 -06:00
Marco Rossignoli cd9f504328 setup nightly build 2019-05-26 17:29:44 +02:00