diff --git a/src/CI/build/Rocket.Surgery.MSBuild.CI.props b/src/CI/build/Rocket.Surgery.MSBuild.CI.props index e041fbc0..a826aeaf 100644 --- a/src/CI/build/Rocket.Surgery.MSBuild.CI.props +++ b/src/CI/build/Rocket.Surgery.MSBuild.CI.props @@ -2,7 +2,8 @@ false - + + diff --git a/src/CI/build/Rocket.Surgery.MSBuild.CI.targets b/src/CI/build/Rocket.Surgery.MSBuild.CI.targets index e7356c8b..f76f6788 100644 --- a/src/CI/build/Rocket.Surgery.MSBuild.CI.targets +++ b/src/CI/build/Rocket.Surgery.MSBuild.CI.targets @@ -1,5 +1,6 @@  - + + diff --git a/src/CI/build/appveyor.props b/src/CI/build/appveyor.props index 1fada434..7efed588 100644 --- a/src/CI/build/appveyor.props +++ b/src/CI/build/appveyor.props @@ -1,10 +1,5 @@  - - $(CoreCompileDependsOn); - AddAppVeyorAttributes; - - true diff --git a/src/CI/build/azuredevops.props b/src/CI/build/azuredevops.props index ce7d1784..30eb280d 100644 --- a/src/CI/build/azuredevops.props +++ b/src/CI/build/azuredevops.props @@ -1,10 +1,5 @@ - - $(CoreCompileDependsOn); - AddAzureDevOpsAttributes; - - true diff --git a/src/CI/build/github-actions.props b/src/CI/build/github-actions.props new file mode 100644 index 00000000..7efed588 --- /dev/null +++ b/src/CI/build/github-actions.props @@ -0,0 +1,5 @@ + + + true + + diff --git a/src/CI/build/github-actions.targets b/src/CI/build/github-actions.targets new file mode 100644 index 00000000..d8d9d8c7 --- /dev/null +++ b/src/CI/build/github-actions.targets @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/CI/build/gitlab.props b/src/CI/build/gitlab.props index fa89f4a3..7efed588 100644 --- a/src/CI/build/gitlab.props +++ b/src/CI/build/gitlab.props @@ -1,10 +1,5 @@  - - $(CoreCompileDependsOn); - AddGitlabAttributes; - - true diff --git a/src/SourceLink/build/ResolveCopyLocalNuGetPackagePdbsAndXml.targets b/src/SourceLink/build/ResolveCopyLocalNuGetPackagePdbsAndXml.targets deleted file mode 100644 index b70377fa..00000000 --- a/src/SourceLink/build/ResolveCopyLocalNuGetPackagePdbsAndXml.targets +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/src/SourceLink/build/Rocket.Surgery.MSBuild.SourceLink.targets b/src/SourceLink/build/Rocket.Surgery.MSBuild.SourceLink.targets index 0785ceb6..c0be2278 100644 --- a/src/SourceLink/build/Rocket.Surgery.MSBuild.SourceLink.targets +++ b/src/SourceLink/build/Rocket.Surgery.MSBuild.SourceLink.targets @@ -1,4 +1,3 @@  - diff --git a/src/SourceLink/build/sourcelink.props b/src/SourceLink/build/sourcelink.props index 66f57a83..cb7e4993 100644 --- a/src/SourceLink/build/sourcelink.props +++ b/src/SourceLink/build/sourcelink.props @@ -3,6 +3,9 @@ true true snupkg - $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + true + true