Installing Service Fabric SDK
Hi Feodor and colleagues
I'm trying to create a set of install scripts for building our first Service fabric applicaiton on Appveyor.
In my script I want to call Invoke-ServiceFabricEncryptText
as part of localising and encrypting config variables into my manifiest files (I have the necessary certificate installed onto the build worker earlier in my script)
When my script hits that line I get: The term 'Invoke-ServiceFabricEncryptText' is not recognized ...
If I try to install the Service fabric sdk by using this in my appveyor.yml
install:
- cmd: Webpicmd /install /products:"MicrosoftAzure-ServiceFabric" /AcceptEULA
I get the following message:
The following products are not available on this machine or already installed: MicrosoftAzure-ServiceFabric
Any suggestions please?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by julian.elve on Apr 03, 2017 @ 12:04 PM
Resolved by changing build worker image:
Any plans to add the Service fabric SDK to the Visual Studio 2017 image please?
2 Posted by Ilya Finkelshte... on Apr 04, 2017 @ 06:41 AM
Yes, please watch this issue.
3 Posted by julian.elve on Apr 04, 2017 @ 09:03 AM
thanks Ilya
julian.elve closed this discussion on Apr 04, 2017 @ 09:03 AM.