Skip to content

Add Get Part Payment CampaignCode info (#306) #396

Add Get Part Payment CampaignCode info (#306)

Add Get Part Payment CampaignCode info (#306) #396

Workflow file for this run

name: Dev
# Controls when the action will run. Triggers the workflow on push or pull request
on:
push:
branches:
- develop
pull_request:
branches:
- develop
jobs:
callVersion:
name: Create version number
uses: ./.github/workflows/template_version.yml
callBuild:
needs: [callVersion]
name: Build and publish artifact
uses: ./.github/workflows/template_build.yml
secrets: inherit
with:
Configuration: Release
NUGETVERSIONV2: ${{ needs.callVersion.outputs.NUGETVERSIONV2 }}
SlnPath: ./src/Svea.WebPay.SDK.sln
SdkCsprojPath: ./src/Svea.WebPay.SDK/Svea.WebPay.SDK.csproj
SampleSiteCsprojPath: ./src/Samples/Sample.AspNetCore/Sample.AspNetCore.csproj
SystemTestsCsprojPath: ./src/Samples/Sample.AspNetCore.SystemTests/Sample.AspNetCore.SystemTests.csproj
UnitTestsCsprojPath: ./src/Svea.WebPay.SDK.Tests/Svea.WebPay.SDK.Tests.csproj