Skip to content

Commit

Permalink
Try moving csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweininger committed Aug 23, 2024
1 parent ce8c8b0 commit 68b29a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines/templates/sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ steps:
# Check if the SignExtension.signproj file exists and set a variable using PowerShell
# All other steps in this template will only run if the file exists
- powershell: |
$fileExists = Test-Path -Path "$(Build.SourcesDirectory)/SignExtension.signproj"
$fileExists = Test-Path -Path "$(Build.SourcesDirectory)/.azure-pipelines/SignExtension.signproj"
Write-Output "##vso[task.setvariable variable=signprojExists]$fileExists"
if ($fileExists) {
Expand All @@ -29,4 +29,4 @@ steps:
displayName: "\U0001F449 Sign with MSBuild"
inputs:
command: 'build'
projects: 'SignExtension.signproj'
projects: $(Build.SourcesDirectory)/.azure-pipelines/SignExtension.signproj

0 comments on commit 68b29a4

Please sign in to comment.