* Update _GlobalStaticVersion.props
Change to the way we calculate the build number.
Formerly, we calculated builds as the TotalMinutes between DateTime.Now and the semantic version time stamp, divided by 5.
This meant that every 5 minutes the build number changes.
This was hurting nightly nupkgs because our assembly version and packages weren't matching.
This PR changes the calculation to be TotalHours / 12.
* Update release_NupkgAudit.ps1
* Added .NET 5 App to integration tests
* updating linux pipeline
* updating to dotnet5 insteado of dotnetcore 5
* adding dotnet5 project to integrationTests.sln
* adding xunit runner
* changing to async await
* creating windows pipeline to test
* updating linux to add windows and see if that works
* updating condition
* updating condition
* updating strategy
* updating strategy
* updating strategy
* updating matrix
* updating condition
* updating yml and adding analyzer to solve build issue
* adding dmp and removing AD0001 rule
* updating pipeline
* updating test time
* updating targetpath
* updating publish name
* updating xunit version
* updating version to net.test.sdk 16.7.1
* updating to latest test packages
* removing extra changes
* re-adding tags to prevent build issues in windows
* adding message to ruleset to be clear why we added AD0001
* removing unused step
Co-authored-by: Eddy Nakamura <ednakamu@microsoft.com>
Co-authored-by: Eddy Nakamura <eddynaka@gmail.com>
* enable deterministic build
enabling second deterministic tag
removing untracked sources
re adding untracked source
testing change to generate deterministic build
testing directory inside base
undoing last directory build + adding to applicationinsights only
removing untracked since we are adding manually
following suggestions
undoing change in csproj
removing strange section
removing from root and adding to base (test only)
undoing directory.builds.props
adding assemblyattributes path to csproj
removing assembly info
embedding
undoing
merging directory.build.props
removing tags and enabling autogeneration of assemblyfileversionattribute
enabling assembly version
merging directory.build.props
unifying langversion
merging langversion property
updating obj path
Revert "updating obj path"
This reverts commit 7776153ecdc644480608a2f355faa58368b7fb28.
creating product.props to normalyze
updating product.props to build correctly
moving again
enabling temp product.props
* removing common.props from base and reference from test.props from base
* removing common.props from web and updating references
adding debugtype as portable to check symbols
removing os condition
update changelog for removing netstandard 1.x (#1858)
since we are using msbuild, we have to set deterministic
reverting
updating Product.props and removing reference from all projects
adding sourceroot based on github issue (https://github.com/dotnet/roslyn/issues/37379)
including pdbs in output folder
commenting deterministic properties and sourceroot
removing cibuild from nugetprops
undoing nupkg and sourceroot from directory.build