From f16b02a7bc4b739e19657eda983bbef80d9c5f24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20Fern=C3=A1ndez=20Alvarado?= Date: Tue, 14 Jan 2025 17:13:10 -0600 Subject: [PATCH] Add Directory.Build.props --- Directory.Build.props | 13 +++++++++++++ build.ps1 | 3 +-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 Directory.Build.props diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..2e7de2d --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,13 @@ + + + + Ed-Fi Instance Management Worker + Ed-Fi Alliance, LLC and contributors + Ed-Fi Alliance, LLC and contributors + Copyright © 2022 Ed-Fi Alliance + 0.1.0.1 + + True + results.sarif,version=2.1 + + \ No newline at end of file diff --git a/build.ps1 b/build.ps1 index da4cffa..ad4ff94 100644 --- a/build.ps1 +++ b/build.ps1 @@ -76,7 +76,7 @@ function SetDMSAssemblyInfo { Invoke-Execute { $assembly_version = $DMSVersion - Invoke-RegenerateFile "$solutionRoot/Directory.Build.props" @" + Invoke-RegenerateFile "$PSScriptRoot/Directory.Build.props" @" @@ -163,7 +163,6 @@ function Invoke-TestExecution { function Invoke-SetAssemblyInfo { Write-Output "Setting Assembly Information" - Invoke-Step { SetDMSAssemblyInfo } }