You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* move test projects to root
* update sln/csproj references
* move nested src folders
* IsTestProject on other test projects
* Move ExamplesGenerator
* Move Examples to temp folder
* remove unused directory build props
* move examples to tests folder
* add src folder and rename virtualized cluster
* add moved csproj to sln
* move code generation over to latest buildalyzer so we filter projects again
* fix build
* simplify our props and targets files
* started on moving scripts over
* move nuget metadata over to csproj
* remove nuspec files
* remove unused paket.references
* allow tests to be run through dotnet test test/tests.proj
* update solution
* started on updating scripts
* update test logger
* update tests scripts
* update failing examples test
* stage
* DocGenerator should not load itself
* update nuget pack
* update canary build
* update canary build
* simplified differ
* started on rewriting during validate
* move shadowdeps lower in compile chain
* build canary now builds versioned packages again
* Remove projects.fsx
* centralized calling repos tooling and made sure dotnet restore is called and only once
* repoint azure-pipeline publish tests step to new trx output locations
* --no-build on dotnet test
* add covecoverage to azure pipelines
* update pipeline step names
* clean up targets
* global.json should be 8.0.0
* RELEASE => Release, --no-build uncovered this one
* quotes around reporttypes
* Command line in charge of trx and cobertura exports
* Dockerfile updated
<PackageReferenceCondition="'$(OS)' != 'Windows_NT' and $(DefineConstants.Contains(FULLFRAMEWORK))"Include="Microsoft.NETFramework.ReferenceAssemblies"PrivateAssets="All"Version="1.0.0-preview.2"/>
0 commit comments