Installing Service Fabric SDK

julian.elve's Avatar

julian.elve

Apr 03, 2017 @ 11:55 AM

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?

  1. 1 Posted by julian.elve on Apr 03, 2017 @ 12:04 PM

    julian.elve's Avatar

    Resolved by changing build worker image:

    image: Visual Studio 2015
    

    Any plans to add the Service fabric SDK to the Visual Studio 2017 image please?

  2. 2 Posted by Ilya Finkelshte... on Apr 04, 2017 @ 06:41 AM

    Ilya Finkelshteyn's Avatar

    Yes, please watch this issue.

  3. 3 Posted by julian.elve on Apr 04, 2017 @ 09:03 AM

    julian.elve's Avatar

    thanks Ilya

  4. julian.elve closed this discussion on Apr 04, 2017 @ 09:03 AM.

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