File tree 2 files changed +6
-3
lines changed
DataFormXamarin/DataFormXamarin/DataFormXamarin
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
- name : Secret Value found!!
1
+ name : Secret Value found!
2
+
2
3
on :
3
4
push :
4
5
public :
32
33
- name : Install the report tool packages
33
34
if : steps.gitleaks.outcome != 'success'
34
35
run : |
36
+
35
37
nuget install "Syncfusion.Email" -source ${{ secrets.NexusFeedLink }} -ExcludeVersion
36
38
dir $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1
37
39
dotnet $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1/GitleaksReportMail.dll ${{ secrets.CITEAMCREDENTIALS }} "$GITHUB_REF_NAME" ${{ secrets.NETWORKCREDENTIALS }} ${{ secrets.NETWORKKEY }} "$GITHUB_WORKSPACE" ${{ secrets.ORGANIZATIONNAME }}
38
- exit 1
40
+ exit 1
41
+
Original file line number Diff line number Diff line change 14
14
</ItemGroup >
15
15
16
16
<ItemGroup >
17
- <PackageReference Include =" Newtonsoft.Json" Version =" 12 .0.3 " />
17
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13 .0.2 " />
18
18
<PackageReference Include =" Syncfusion.Xamarin.SfDataForm" Version =" 17.4.0.55" />
19
19
<PackageReference Include =" Xamarin.Forms" Version =" 4.5.0.396" />
20
20
</ItemGroup >
You can’t perform that action at this time.
0 commit comments