-
Notifications
You must be signed in to change notification settings - Fork 888
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
99 changed files
with
4,423 additions
and
949 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
name: $(BuildDefinitionName)_$(Date:yyyyMMdd)$(Rev:.r) # Configure run or build numbers | ||
|
||
variables: | ||
- group: promptflow-csharp | ||
- name: buildConfiguration | ||
value: 'Release' | ||
- name: currentRepoPath | ||
value: "PromptflowCS" | ||
- name: cliRepoPath | ||
value: "promptflow" | ||
- name: flowProjectRelativePath | ||
value: '$(currentRepoPath)/src/PromptflowCSharp/Sample' | ||
- name: system.debug | ||
value: 'true' | ||
- name: cliInstallationPath | ||
value: '$(cliRepoPath)/src/promptflow' | ||
|
||
trigger: | ||
- main | ||
- releases/* | ||
|
||
parameters: | ||
- name: githubPromptflowBranch | ||
displayName: "Github Promptflow Branch Name" | ||
type: string | ||
default: main | ||
|
||
|
||
jobs: | ||
- job: linux | ||
pool: | ||
vmImage: 'ubuntu-latest' | ||
steps: | ||
- task: Bash@3 | ||
displayName: 'Set environment variables' | ||
inputs: | ||
targetType: inline | ||
script: | | ||
export AOAI_CONNECTION=$(AOAI_CONNECTION) | ||
export OPENAI_CONNECTION=$(OPENAI_CONNECTION) | ||
export SERP_CONNECTION=$(SERP_CONNECTION) | ||
export ACS_CONNECTION=$(ACS_CONNECTION) | ||
export IS_IN_CI_PIPELINE=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.