-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the condition for checking successful uploads
- Loading branch information
1 parent
01d1028
commit 9a7cba9
Showing
5 changed files
with
5 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,5 @@ | ||
# Azure Dev Ops extension: Phrase Build tasks | ||
|
||
# Manual build steps | ||
|
||
cd phraseUploadResource/ | ||
npm install --production | ||
npm run build | ||
cd .. | ||
cd phraseDownloadResource/ | ||
npm install --production | ||
npm run build | ||
cd .. | ||
tfx extension create --manifest-globs vss-extension.json | ||
|
||
Soon to be automated. | ||
|
||
# Attribution | ||
### Attribution | ||
|
||
Icons come from https://freeicons.io/ |
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"author": "Rafał Nowosielski <[email protected]>", | ||
"version": { | ||
"Major": 0, | ||
"Minor": 10, | ||
"Minor": 11, | ||
"Patch": 0 | ||
}, | ||
"instanceNameFormat": "Download file $(resourceFileName)", | ||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"author": "Rafał Nowosielski <[email protected]>", | ||
"version": { | ||
"Major": 0, | ||
"Minor": 10, | ||
"Minor": 11, | ||
"Patch": 0 | ||
}, | ||
"instanceNameFormat": "Upload file $(resourceFileName)", | ||
|
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