Skip to content

Commit

Permalink
Update release-solution.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Kanakasabesan authored Mar 14, 2022
1 parent 1184d63 commit 51ede62
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/release-solution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,29 @@ on:
default: out/release
release:
types: [created]
inputs:
# Change this value
solution_name:
description: 'name of the solution to worked on from Power Platform'
required: true
default: DevIntersect
#Do Not change these values
solution_shipping_folder:
description: 'folder name for staging the exported solution *do not change*'
required: true
default: out/ship/
solution_outbound_folder:
description: 'staging the unpacked solution folder before check-in *do not change*'
required: true
default: solutions/DevIntersect/bin/Debug
solution_source_folder:
description: 'folder name to be created and checked in *do not change*'
required: true
default: solutions/
solution_release_folder:
description: 'folder where the released binaries are going to be hosted *do not change*'
required: true
default: out/release


env:
Expand Down

0 comments on commit 51ede62

Please sign in to comment.