Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
koxx12-dev authored Dec 7, 2023
1 parent b801dcb commit b389df1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_build:
$env:SIGNPATH_SIGNING_POLICY = "release-signing"
$env:BUILD_CONFIG = "Release"
} else {
$env:SIGNPATH_SIGNING_POLICY = "test-signing"
$env:SIGNPATH_SIGNING_POLICY = "disabled"
$env:BUILD_CONFIG = "Debug"
}
Write-Host "Set SIGNPATH_SIGNING_POLICY to $($env:SIGNPATH_SIGNING_POLICY)"
Expand Down Expand Up @@ -48,3 +48,5 @@ deploy:
- provider: Webhook
url: https://app.signpath.io/API/v1/%SIGNPATH_ORGANIZATION_ID%/Integrations/AppVeyor?ProjectSlug=%SIGNPATH_PROJECT%&SigningPolicySlug=%SIGNPATH_SIGNING_POLICY%&ArtifactConfigurationSlug=%ARTIFACT_CONFIGURATION%
authorization: 'Bearer %SIGNPATH_CI_USER_TOKEN%'
on:
APPVEYOR_REPO_TAG: true

0 comments on commit b389df1

Please sign in to comment.