Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into crp2
  • Loading branch information
huangpf committed Apr 2, 2015
2 parents d7ab469 + 3a00b46 commit d489dde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AzurePowershell.Test.targets
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<Message Importance="high" Text="Running XUnit tests" />
<MakeDir Directories="$(TestOutputDirectory)" ContinueOnError="false" />
<Exec
Command="$(MSBuildProjectDirectory)\packages\xunit.runner.console.2.0.0\tools\xunit.console.x86.exe &quot;%(XUnitTests.Identity)&quot; -html &quot;$(TestOutputDirectory)\%(XUnitTests.Filename).html&quot;"
Command="$(MSBuildProjectDirectory)\packages\xunit.runner.console.2.0.0\tools\xunit.console.x86.exe &quot;%(XUnitTests.Identity)&quot; -notrait &quot;RunType=LiveOnly&quot; -html &quot;$(TestOutputDirectory)\%(XUnitTests.Filename).html&quot;"
Timeout="$(TestTimeout)" ContinueOnError="false"/>
<OnError ExecuteTargets="TimeoutErrorHandler"/>
</Target>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ This repository contains a set of PowerShell cmdlets for developers and administ
* Log streaming
* Save log
* Cloud Services
* Create scaffolding for cloud service and role. Role support includes Node.js, PHP, Django and Cache.
* Create scaffolding for cloud service and role. Role support includes Node.js and PHP.
* Manage cloud service and role, such as CRUD, start and stop.
* Manage extension
* Manage extension.
* Start/Stop Azure emulator.
* Manage certificate.
* Manage cloud service extensions
Expand Down Expand Up @@ -294,4 +294,4 @@ If you encounter any bugs with the library please file an issue in the [Issues](

# Learn More

* [Microsoft Azure Script Center](http://www.azure.microsoft.com/en-us/documentation/scripts/)
* [Microsoft Azure Script Center](http://www.azure.microsoft.com/en-us/documentation/scripts/)

0 comments on commit d489dde

Please sign in to comment.