File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ deploy:
16
16
api_key :
17
17
secure : ViIEe+6Ld0dvhMDWJ9FRxNTQJPywB1pmGczGiror3bOhOuHuGlYujNzrnoaKN8NRbhuwdNwUdRNLRf793dbngAhmaMBpZOaoHYMCW8JUguWC08DFKTXdqwqS1IKWLHF7x9eep9IGzNRozPXMx57cyJNBMfCDOxWFcI2UF2YTkYC+PbkKwnsp17rqsBiG46GNc7GToziVVyfckILJ92NElIbGOB7Hkew6DY3aDAMUzYfwtEXjKqg8tUBmDHJ8xz0XJnUGW8Ja7WtE9fDlODqblIYLsJBwavBkU2aELiNLm0dBlBOuca2CcmkHHXVAjJaxcdasTSjXoKTfyWKDiM5s1mltoexGQLTEQ3yIeAJayzzZcl2M2buGu7Vk91JIyJpJlWhXmiO9isipNmmA2cnd5expvyUCz4JnQN2nOJ2B64/eP7p8YQTzpZ3o9aSTXvpw5w5iVn/QpBfvGqPyVJMmJkOFkjhNivRZBeV2oPNH9ga98CugKQv5Cu2OzsFPNrqqckawfq/B8Ufv5iYu/zzrMkIs49O9IkhQf9sSL1aDHUbN2+ebM9p2900ZIfizKcshN06P8ffy5I0CVwP1cYOzyMAtoZ8ZLXWN2JcKWDjWmAwhEp2eKhD498KTf4dnLRIgDJExjnw/QlC2qemnJkRmXLN/CNk/Ez6cqZH8wLXAkFU=
18
18
file_glob : true
19
- file : csharp-ovh/bin/release /csharp-ovh.*.nupkg
19
+ file : csharp-ovh/bin/Release /csharp-ovh.*.nupkg
20
20
skip_cleanup : true
21
21
on :
22
22
repo : ovh/csharp-ovh
23
23
tags : true
24
24
25
25
- provider : script
26
26
script :
27
- - dotnet nuget push -s https://nuget.org -k $NUGET_API_KEY csharp-ovh/bin/release /csharp-ovh.*.nupkg
27
+ - dotnet nuget push -s https://nuget.org -k $NUGET_API_KEY csharp-ovh/bin/Release /csharp-ovh.*.nupkg
28
28
file_glob : true
29
- file : csharp-ovh/bin/release /csharp-ovh.*.nupkg
29
+ file : csharp-ovh/bin/Release /csharp-ovh.*.nupkg
30
30
skip_cleanup : true
31
31
on :
32
32
repo : ovh/csharp-ovh
Original file line number Diff line number Diff line change 6
6
<Title >OVH C# API Wrapper</Title >
7
7
<PackageVersion >4.0.4</PackageVersion >
8
8
<PackageDescription >A set of classes and helpers to make calls to OVH's APIs.</PackageDescription >
9
- <authors >Luke Marlin; Julien Loir</authors >
9
+ <Authors >Luke Marlin;Julien Loir</Authors >
10
10
<RepositoryUrl >https://github.com/ovh/csharp-ovh</RepositoryUrl >
11
11
<RepositoryType >git</RepositoryType >
12
12
<PackageLicenseFile >LICENSE</PackageLicenseFile >
You can’t perform that action at this time.
0 commit comments