We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Here is my yaml file name: .NET CI/CD
on: push: branches: [ main ] pull_request: branches: [ main ]
jobs: build-and-deploy: runs-on: ubuntu-latest
steps: - uses: actions/checkout@v3 - name: Setup .NET uses: actions/setup-dotnet@v3 with: dotnet-version: '8.0.x' - name: Restore dependencies run: dotnet restore - name: Build run: dotnet build --no-restore - name: Test run: dotnet test --no-build --verbosity normal - name: Publish run: dotnet publish -c Release -o ./publish - name: Verify Publish Directory run: ls -la ./publish # This step verifies the contents of the publish directory
I can connect to the ftp by my laptop
The text was updated successfully, but these errors were encountered:
i have the same issue when trying connect of somee.com ftp. But i can connect via visual studio
Sorry, something went wrong.
No branches or pull requests
Hi
Here is my yaml file
name: .NET CI/CD
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
I can connect to the ftp by my laptop
The text was updated successfully, but these errors were encountered: