-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changing pipelines to run from dev PR (#142)
* Changing automatic package creation pipeline * Removing sfdx-project.json from build pipeline Renaming pipeline file
- Loading branch information
1 parent
a7a7686
commit 043e7c3
Showing
3 changed files
with
16 additions
and
22 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
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 |
---|---|---|
|
@@ -13,11 +13,5 @@ | |
"name": "GameForce", | ||
"namespace": "GameForce", | ||
"sfdcLoginUrl": "https://login.salesforce.com", | ||
"sourceApiVersion": "59.0", | ||
"packageAliases": { | ||
"GameForce": "0Ho69000000GmhUCAS", | ||
"[email protected]": "04t690000018a2HAAQ", | ||
"[email protected]": "04t690000018a2MAAQ", | ||
"[email protected]": "04t690000018a2RAAQ" | ||
} | ||
"sourceApiVersion": "59.0" | ||
} |