Skip to content

Commit

Permalink
install before checking for install
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Dec 18, 2024
1 parent 6676866 commit 7250133
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Testing/workflow/Build-SignRelease.Tests.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# temp placeholder for a real test
Describe "Install AST Check" {
$ScriptPath = Join-Path -Path $PSScriptRoot -ChildPath '../../utils/workflow/Build-SignRelease.ps1' -Resolve
# Source the function
. $ScriptPath
Install-AzureSigningTool
It "Should be installed" {
$ToolPath = (Get-Command AzureSignTool).Path
Write-Warning "The path to AzureSignTool is $ToolPath"
Expand Down

0 comments on commit 7250133

Please sign in to comment.