Commit 7de1a1a 1 parent eb93fa1 commit 7de1a1a Copy full SHA for 7de1a1a
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 20
20
Empower Demo - Library that allows an order to be placed on DataMiner solutions.skyline.be.
21
21
var order = OrderFactory.CreateOrder("Order 1");
22
22
</Description >
23
+ <RepositoryUrl >https://github.com/SkylineCommunications/Skyline.DataMiner.Empower.Library.RoomTest.git</RepositoryUrl >
23
24
</PropertyGroup >
24
25
25
26
<ItemGroup >
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public Order(string orderValue)
32
32
// Key was setup using the dotnet tool Skyline.DataMiner.CICD.Tools.WinEncryptedKeys
33
33
apiKey = Keys . RetrieveKey ( keyName ) ;
34
34
name = orderValue ;
35
- suffix = " from room 'ThisIsABug '" ;
35
+ suffix = " from room 'Test '" ;
36
36
}
37
37
38
38
/// <summary>
You can’t perform that action at this time.
0 commit comments