File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 run : dotnet clean
3535 - name : Install dependencies
3636 # my vm server got a problem with ipv6
37- # I use "export DOTNET_SYSTEM_NET_DISABLEIPV6=1" command to disable it it you don't remove this
37+ # I use "export DOTNET_SYSTEM_NET_DISABLEIPV6=1" command to disable it if you don't remove this
3838 run : |
3939 export DOTNET_SYSTEM_NET_DISABLEIPV6=1
4040 dotnet restore --locked-mode
4343 - name : App Settings Variable Substitution
4444 uses : microsoft/variable-substitution@v1
4545 with :
46- files : " ${{env.DOTNET_ROOT} }/src/Api/appsettings.Testing-Deployment.json"
46+ files : " ${GITHUB_WORKSPACE }/src/Api/appsettings.Testing-Deployment.json"
4747 env :
4848 DatabaseSettings.DatabaseConnection : ${{secrets.DB_CONNECTION_STRING}}
4949 S3AwsSettings.AccessKey : ${{ secrets.S3_KEY }}
You can’t perform that action at this time.
0 commit comments