[ad_1]
We wanted to completely remove windows dependencies in our dotnet core development.
We’re doing dotnet publish and that artifacts we’re giving to ServiceFabricAppPackageUtil.exe
CI/CD with window machine :
We’re deploying code to azure service fabric via setup a guest executable service using their tool name: ServiceFabricAppPackageUtil.exe
CI/CD with Linux machine:
Now the problem is, the machine we’re using in ci/cd tool is linux and we cannot run ServiceFabricAppPackageUtil.exe
on that, so what will be alternative approach to this?
Thank you in advance.
[ad_2]