9 Commits

Author SHA1 Message Date
Marco Rossignoli 9b8ae02382 Add integration tests for deterministic build support (#811)
Add integration tests for deterministic build support
2020-04-13 12:24:58 +02:00
Marco Rossignoli 39d83bedee Add support for deterministic build for msbuild driver (#796)
Add support for deterministic build for msbuild driver
2020-04-08 20:46:35 +02:00
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 8936397757 Resolve merge conflicts with master 2019-05-27 08:03:13 -06:00
Andrew Arnott 4649985ac0 Replace checked in .nuspec file with generated one
All the redundancy between the .nuspec file and the .csproj file (both express and implied) is now removed. With it, I fix a few bugs:

1. The generated nuspec file includes the developmentDependency tag that was in the project file but not the checked in file.
1. The package now applies to *all* projects regardless of their target framework (well, so long as they're .netstandard1.0 compatible) instead of all projects rejecting this package unless they targeted .NET Core 2.0 or higher.

I also moved the .targets file into a folder structure within the project that resembles where it will appear in the package. This makes it more obvious that it belongs to the package when looking at the source code, and makes it easier to maintain the build/ folder in the package going forward because all files in it are included.

Fixes #431
2019-05-26 19:07:33 -06:00
Andrew Arnott f19d035407 Ignore msbuild.binlog
msbuild.binlog is the default filename for msbuild logs when using the /bl switch.
2019-05-26 18:18:42 -06:00
Jason Hunter 89791e6425 add better branch support, change coverage calculation to be on actual points instead of averages 2018-05-01 21:25:06 -04:00
Toni Solarin-Sodara bae3b587a3 add buildscript for entire build/test/package pipeline 2018-02-11 02:27:54 +01:00
Oluwatoni Solarin-Sodara 45f3828cc7 add initial project structure 2018-01-31 18:07:50 +01:00