-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix copying compressed pkg issue (#6347)
* fix copying compressed pkg issue * remove useless variable and add more unit tests
- Loading branch information
Showing
13 changed files
with
81 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
Binary file added
BIN
+124 Bytes
Tasks/ServiceFabricDeploy/Tests/data/DiffPkgAssets/AppPkg/Stateless3Pkg/Code.zip
Binary file not shown.
Empty file.
8 changes: 8 additions & 0 deletions
8
Tasks/ServiceFabricDeploy/Tests/data/DiffPkgAssets/AppPkg/Stateless3Pkg/ServiceManifest.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<ServiceManifest Name="Stateless3Pkg" Version="1.0.0"> | ||
<ServiceTypes> | ||
<StatelessServiceType ServiceTypeName="Stateless3Type" /> | ||
</ServiceTypes> | ||
<CodePackage Name="Code" Version="1.0.0"> | ||
</CodePackage> | ||
<ConfigPackage Name="Config" Version="1.0.0" /> | ||
</ServiceManifest> |
Binary file added
BIN
+124 Bytes
Tasks/ServiceFabricDeploy/Tests/data/DiffPkgAssets/AppPkg/Stateless4Pkg/Code.zip
Binary file not shown.
Empty file.
8 changes: 8 additions & 0 deletions
8
Tasks/ServiceFabricDeploy/Tests/data/DiffPkgAssets/AppPkg/Stateless4Pkg/ServiceManifest.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<ServiceManifest Name="Stateless4Pkg" Version="2.0.0"> | ||
<ServiceTypes> | ||
<StatelessServiceType ServiceTypeName="Stateless4Type" /> | ||
</ServiceTypes> | ||
<CodePackage Name="Code" Version="2.0.0"> | ||
</CodePackage> | ||
<ConfigPackage Name="Config" Version="2.0.0" /> | ||
</ServiceManifest> |