Skip to content

Commit

Permalink
Add Directory.Build.props
Browse files Browse the repository at this point in the history
  • Loading branch information
dfernandez-gap committed Jan 14, 2025
1 parent 1f2f5c0 commit f16b02a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 13 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<Project>
<!-- This file is generated by the build script. -->
<PropertyGroup>
<Product>Ed-Fi Instance Management Worker</Product>
<Authors>Ed-Fi Alliance, LLC and contributors</Authors>
<Company>Ed-Fi Alliance, LLC and contributors</Company>
<Copyright>Copyright © 2022 Ed-Fi Alliance</Copyright>
<VersionPrefix>0.1.0.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<ErrorLog>results.sarif,version=2.1</ErrorLog>
</PropertyGroup>
</Project>
3 changes: 1 addition & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function SetDMSAssemblyInfo {
Invoke-Execute {
$assembly_version = $DMSVersion

Invoke-RegenerateFile "$solutionRoot/Directory.Build.props" @"
Invoke-RegenerateFile "$PSScriptRoot/Directory.Build.props" @"
<Project>
<!-- This file is generated by the build script. -->
<PropertyGroup>
Expand Down Expand Up @@ -163,7 +163,6 @@ function Invoke-TestExecution {

function Invoke-SetAssemblyInfo {
Write-Output "Setting Assembly Information"

Invoke-Step { SetDMSAssemblyInfo }
}

Expand Down

0 comments on commit f16b02a

Please sign in to comment.