Skip to content

Commit

Permalink
[Device Update] Enable Release (Azure#14102)
Browse files Browse the repository at this point in the history
* Enable Release

* Include dist-esm/ in files
  • Loading branch information
joheredi authored Mar 4, 2021
1 parent fcc2614 commit 83ec9b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/deviceupdate/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: deviceupdate
IncludeRelease: false
IncludeRelease: true
Artifacts:
- name: azure-iot-device-update
safeName: azureiotdeviceupdate
2 changes: 1 addition & 1 deletion sdk/deviceupdate/iot-device-update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"files": [
"dist/",
"dist-esm/src/",
"dist-esm/",
"types/iot-device-update.d.ts",
"README.md",
"LICENSE"
Expand Down

0 comments on commit 83ec9b3

Please sign in to comment.