-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding RemoteApp cmdlet to release #216
Conversation
Included Amarpreet's changes for the new features
…nto dev Conflicts: src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/packages.config
…was created by the backend (simplevnet-*)
… the upload script and adding feature check
…nto dev Conflicts: src/ServiceManagement/RemoteApp/Commands.RemoteApp/Commands.RemoteApp.csproj src/ServiceManagement/RemoteApp/Commands.RemoteApp/RemoteProgram/GetStartMenuApplication.cs src/ServiceManagement/RemoteApp/Commands.RemoteApp/RemoteProgram/UnpublishAzureRemoteAppProgram.cs
… merg_from_others
…Automation library
…shell into dev Conflicts: src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/Resources/Job.json
Hi @yadavbdev, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!
TTYL, AZPRBOT; |
@@ -232,6 +232,10 @@ | |||
<Project>{c60342b1-47d3-4a0e-8081-9b97ce60b7af}</Project> | |||
<Name>Commands.Profile</Name> | |||
</ProjectReference> | |||
<ProjectReference Include="..\..\..\ServiceManagement\RemoteApp\Commands.RemoteApp\Commands.RemoteApp.csproj"> | |||
<Project>{492d2af2-950b-4f2e-8079-8794305313fd}</Project> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It used to pass all the tests with this in, so bringing it in. Removing fails many tests.
@yadavbdev Please pull and fix merge conflicts - you should also be able to re-gen the installer if you pull from releae-0.8.15 |
Adding RemoteApp cmdlet to release
Updating installer for new cmdlets
No description provided.