Skip to content

Commit

Permalink
[skip ci] Doc
Browse files Browse the repository at this point in the history
[skip ci] Doc
  • Loading branch information
GitTorre authored Feb 25, 2021
2 parents ed199db + 7976aac commit 9144df8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions SampleObserverPlugin/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ You can deploy using the contents of your build out directory - just remove the
* Create new instance of FO, which will contain your observer plugin
```Powershell
$path = "[sourcedir]\MyObserverPlugin\bin\release\netstandard2.0\[target os platform, e.g., win-x64 or linux-x64]"
Copy-ServiceFabricApplicationPackage -ApplicationPackagePath $path -CompressPackage -ApplicationPackagePathInImageStore FabricObserverV314 -TimeoutSec 1800
Register-ServiceFabricApplicationType -ApplicationPathInImageStore FabricObserverV314
New-ServiceFabricApplication -ApplicationName fabric:/FabricObserver -ApplicationTypeName FabricObserverType -ApplicationTypeVersion 3.1.4
Copy-ServiceFabricApplicationPackage -ApplicationPackagePath $path -CompressPackage -ApplicationPackagePathInImageStore FabricObserverV315 -TimeoutSec 1800
Register-ServiceFabricApplicationType -ApplicationPathInImageStore FabricObserverV315
New-ServiceFabricApplication -ApplicationName fabric:/FabricObserver -ApplicationTypeName FabricObserverType -ApplicationTypeVersion 3.1.5
```
2 changes: 1 addition & 1 deletion SampleObserverPlugin/SampleObserverPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="5.0.0" />
<PackageReference Include="Microsoft.ServiceFabric" Version="7.2.452" />
<PackageReference Include="Microsoft.ServiceFabricApps.FabricObserver.Windows.SelfContained" Version="3.1.4" />
<PackageReference Include="Microsoft.ServiceFabricApps.FabricObserver.Windows.SelfContained" Version="3.1.5" />
</ItemGroup>
</Project>

0 comments on commit 9144df8

Please sign in to comment.