Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions .github/workflows/reqnroll.actions.android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,25 +57,25 @@ jobs:
Plugins/Reqnroll.Actions.Appium/Reqnroll.Actions.Appium/bin/Release/**/*.nupkg
Plugins/Reqnroll.Actions.Configuration/Reqnroll.Actions.Configuration.Generation/bin/Release/**/*.nupkg

# release:
# runs-on: windows-latest
# env:
# DOTNET_NOLOGO: true
# needs: build
# environment: NuGet.org
# if: github.ref == 'refs/heads/main'
# steps:
# # Authenticates packages to push to nuget.org.
# # It's only the way to push a package to nuget.org feed for macOS/Linux machines due to API key config store limitations.
# - name: Download a single artifact
# uses: actions/download-artifact@v2
# with:
# name: NuGet-Package
# - uses: actions/setup-dotnet@v1
# with:
# dotnet-version: '6.0.x'
# - name: Publish the package to nuget.org
# shell: pwsh
# env:
# NUGET_AUTH_TOKEN: ${{ secrets.REQNROLL_ACTIONS_NUGET_TOKEN }}
# run: dotnet nuget push "**/*.nupkg" -k "$env:NUGET_AUTH_TOKEN" -s "https://api.nuget.org/v3/index.json" --skip-duplicate
release:
runs-on: windows-latest
env:
DOTNET_NOLOGO: true
needs: build
environment: NuGet.org
if: github.ref == 'refs/heads/main'
steps:
# Authenticates packages to push to nuget.org.
# It's only the way to push a package to nuget.org feed for macOS/Linux machines due to API key config store limitations.
- name: Download a single artifact
uses: actions/download-artifact@v2
with:
name: NuGet-Package
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Publish the package to nuget.org
shell: pwsh
env:
NUGET_AUTH_TOKEN: ${{ secrets.REQNROLL_ACTIONS_NUGET_TOKEN }}
run: dotnet nuget push "**/*.nupkg" -k "$env:NUGET_AUTH_TOKEN" -s "https://api.nuget.org/v3/index.json" --skip-duplicate
44 changes: 22 additions & 22 deletions .github/workflows/reqnroll.actions.appium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,25 @@ jobs:
Plugins/Reqnroll.Actions.Appium/Reqnroll.Actions.Appium/bin/Release/**/*.nupkg
Plugins/Reqnroll.Actions.Configuration/Reqnroll.Actions.Configuration.Generation/bin/Release/**/*.nupkg

# release:
# runs-on: windows-latest
# env:
# DOTNET_NOLOGO: true
# needs: build
# environment: NuGet.org
# if: github.ref == 'refs/heads/main'
# steps:
# # Authenticates packages to push to nuget.org.
# # It's only the way to push a package to nuget.org feed for macOS/Linux machines due to API key config store limitations.
# - name: Download a single artifact
# uses: actions/download-artifact@v2
# with:
# name: NuGet-Package
# - uses: actions/setup-dotnet@v1
# with:
# dotnet-version: '6.0.x'
# - name: Publish the package to nuget.org
# shell: pwsh
# env:
# NUGET_AUTH_TOKEN: ${{ secrets.REQNROLL_ACTIONS_NUGET_TOKEN }}
# run: dotnet nuget push "**/*.nupkg" -k "$env:NUGET_AUTH_TOKEN" -s "https://api.nuget.org/v3/index.json" --skip-duplicate
release:
runs-on: windows-latest
env:
DOTNET_NOLOGO: true
needs: build
environment: NuGet.org
if: github.ref == 'refs/heads/main'
steps:
# Authenticates packages to push to nuget.org.
# It's only the way to push a package to nuget.org feed for macOS/Linux machines due to API key config store limitations.
- name: Download a single artifact
uses: actions/download-artifact@v2
with:
name: NuGet-Package
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Publish the package to nuget.org
shell: pwsh
env:
NUGET_AUTH_TOKEN: ${{ secrets.REQNROLL_ACTIONS_NUGET_TOKEN }}
run: dotnet nuget push "**/*.nupkg" -k "$env:NUGET_AUTH_TOKEN" -s "https://api.nuget.org/v3/index.json" --skip-duplicate
44 changes: 22 additions & 22 deletions .github/workflows/reqnroll.actions.boaconstrictor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,26 +50,26 @@ jobs:
Plugins/Reqnroll.Actions.Configuration/Reqnroll.Actions.Configuration.Generation/bin/Release/**/*.nupkg


# release:
# runs-on: windows-latest
# env:
# DOTNET_NOLOGO: true
# needs: build
# environment: NuGet.org
# if: github.ref == 'refs/heads/main'
# steps:
# # Authenticates packages to push to nuget.org.
# # It's only the way to push a package to nuget.org feed for macOS/Linux machines due to API key config store limitations.
# - name: Download a single artifact
# uses: actions/download-artifact@v2
# with:
# name: NuGet-Package
# - uses: actions/setup-dotnet@v1
# with:
# dotnet-version: '6.0.x'
# - name: Publish the package to nuget.org
# shell: pwsh
# env:
# NUGET_AUTH_TOKEN: ${{ secrets.REQNROLL_ACTIONS_NUGET_TOKEN }}
# run: dotnet nuget push "**/*.nupkg" -k "$env:NUGET_AUTH_TOKEN" -s "https://api.nuget.org/v3/index.json" --skip-duplicate
release:
runs-on: windows-latest
env:
DOTNET_NOLOGO: true
needs: build
environment: NuGet.org
if: github.ref == 'refs/heads/main'
steps:
# Authenticates packages to push to nuget.org.
# It's only the way to push a package to nuget.org feed for macOS/Linux machines due to API key config store limitations.
- name: Download a single artifact
uses: actions/download-artifact@v2
with:
name: NuGet-Package
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Publish the package to nuget.org
shell: pwsh
env:
NUGET_AUTH_TOKEN: ${{ secrets.REQNROLL_ACTIONS_NUGET_TOKEN }}
run: dotnet nuget push "**/*.nupkg" -k "$env:NUGET_AUTH_TOKEN" -s "https://api.nuget.org/v3/index.json" --skip-duplicate

44 changes: 22 additions & 22 deletions .github/workflows/reqnroll.actions.browserstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,26 +54,26 @@ jobs:
Plugins/Reqnroll.Actions.Configuration/Reqnroll.Actions.Configuration.Generation/bin/Release/**/*.nupkg


# release:
# runs-on: windows-latest
# env:
# DOTNET_NOLOGO: true
# needs: build
# environment: NuGet.org
# if: github.ref == 'refs/heads/main'
# steps:
# # Authenticates packages to push to nuget.org.
# # It's only the way to push a package to nuget.org feed for macOS/Linux machines due to API key config store limitations.
# - name: Download a single artifact
# uses: actions/download-artifact@v2
# with:
# name: NuGet-Package
# - uses: actions/setup-dotnet@v1
# with:
# dotnet-version: '6.0.x'
# - name: Publish the package to nuget.org
# shell: pwsh
# env:
# NUGET_AUTH_TOKEN: ${{ secrets.REQNROLL_ACTIONS_NUGET_TOKEN }}
# run: dotnet nuget push "**/*.nupkg" -k "$env:NUGET_AUTH_TOKEN" -s "https://api.nuget.org/v3/index.json" --skip-duplicate
release:
runs-on: windows-latest
env:
DOTNET_NOLOGO: true
needs: build
environment: NuGet.org
if: github.ref == 'refs/heads/main'
steps:
# Authenticates packages to push to nuget.org.
# It's only the way to push a package to nuget.org feed for macOS/Linux machines due to API key config store limitations.
- name: Download a single artifact
uses: actions/download-artifact@v2
with:
name: NuGet-Package
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Publish the package to nuget.org
shell: pwsh
env:
NUGET_AUTH_TOKEN: ${{ secrets.REQNROLL_ACTIONS_NUGET_TOKEN }}
run: dotnet nuget push "**/*.nupkg" -k "$env:NUGET_AUTH_TOKEN" -s "https://api.nuget.org/v3/index.json" --skip-duplicate

44 changes: 22 additions & 22 deletions .github/workflows/reqnroll.actions.configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,26 +46,26 @@ jobs:
path: Plugins/Reqnroll.Actions.Configuration/Reqnroll.Actions.Configuration.Generation/bin/Release/**/*.nupkg


# release:
# runs-on: windows-latest
# env:
# DOTNET_NOLOGO: true
# needs: build
# environment: NuGet.org
# if: github.ref == 'refs/heads/main'
# steps:
# # Authenticates packages to push to nuget.org.
# # It's only the way to push a package to nuget.org feed for macOS/Linux machines due to API key config store limitations.
# - name: Download a single artifact
# uses: actions/download-artifact@v2
# with:
# name: NuGet-Package
# - uses: actions/setup-dotnet@v1
# with:
# dotnet-version: '6.0.x'
# - name: Publish the package to nuget.org
# shell: pwsh
# env:
# NUGET_AUTH_TOKEN: ${{ secrets.REQNROLL_ACTIONS_NUGET_TOKEN }}
# run: dotnet nuget push "**/*.nupkg" -k "$env:NUGET_AUTH_TOKEN" -s "https://api.nuget.org/v3/index.json" --skip-duplicate
release:
runs-on: windows-latest
env:
DOTNET_NOLOGO: true
needs: build
environment: NuGet.org
if: github.ref == 'refs/heads/main'
steps:
# Authenticates packages to push to nuget.org.
# It's only the way to push a package to nuget.org feed for macOS/Linux machines due to API key config store limitations.
- name: Download a single artifact
uses: actions/download-artifact@v2
with:
name: NuGet-Package
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Publish the package to nuget.org
shell: pwsh
env:
NUGET_AUTH_TOKEN: ${{ secrets.REQNROLL_ACTIONS_NUGET_TOKEN }}
run: dotnet nuget push "**/*.nupkg" -k "$env:NUGET_AUTH_TOKEN" -s "https://api.nuget.org/v3/index.json" --skip-duplicate

44 changes: 22 additions & 22 deletions .github/workflows/reqnroll.actions.docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,26 +52,26 @@ jobs:



# release:
# runs-on: windows-latest
# env:
# DOTNET_NOLOGO: true
# needs: build
# environment: NuGet.org
# if: github.ref == 'refs/heads/main'
# steps:
# # Authenticates packages to push to nuget.org.
# # It's only the way to push a package to nuget.org feed for macOS/Linux machines due to API key config store limitations.
# - name: Download a single artifact
# uses: actions/download-artifact@v2
# with:
# name: NuGet-Package
# - uses: actions/setup-dotnet@v1
# with:
# dotnet-version: '6.0.x'
# - name: Publish the package to nuget.org
# shell: pwsh
# env:
# NUGET_AUTH_TOKEN: ${{ secrets.REQNROLL_ACTIONS_NUGET_TOKEN }}
# run: dotnet nuget push "**/*.nupkg" -k "$env:NUGET_AUTH_TOKEN" -s "https://api.nuget.org/v3/index.json" --skip-duplicate
release:
runs-on: windows-latest
env:
DOTNET_NOLOGO: true
needs: build
environment: NuGet.org
if: github.ref == 'refs/heads/main'
steps:
# Authenticates packages to push to nuget.org.
# It's only the way to push a package to nuget.org feed for macOS/Linux machines due to API key config store limitations.
- name: Download a single artifact
uses: actions/download-artifact@v2
with:
name: NuGet-Package
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Publish the package to nuget.org
shell: pwsh
env:
NUGET_AUTH_TOKEN: ${{ secrets.REQNROLL_ACTIONS_NUGET_TOKEN }}
run: dotnet nuget push "**/*.nupkg" -k "$env:NUGET_AUTH_TOKEN" -s "https://api.nuget.org/v3/index.json" --skip-duplicate

44 changes: 22 additions & 22 deletions .github/workflows/reqnroll.actions.lambdatest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,26 +79,26 @@ jobs:
# path: '*.trx' # Path to test results (inside artifact .zip)
# reporter: dotnet-trx # Format of test results

# release:
# runs-on: windows-latest
# env:
# DOTNET_NOLOGO: true
# needs: build
# environment: NuGet.org
# if: github.ref == 'refs/heads/main'
# steps:
# # Authenticates packages to push to nuget.org.
# # It's only the way to push a package to nuget.org feed for macOS/Linux machines due to API key config store limitations.
# - name: Download a single artifact
# uses: actions/download-artifact@v2
# with:
# name: NuGet-Package
# - uses: actions/setup-dotnet@v1
# with:
# dotnet-version: '6.0.x'
# - name: Publish the package to nuget.org
# shell: pwsh
# env:
# NUGET_AUTH_TOKEN: ${{ secrets.REQNROLL_ACTIONS_NUGET_TOKEN }}
# run: dotnet nuget push "**/*.nupkg" -k "$env:NUGET_AUTH_TOKEN" -s "https://api.nuget.org/v3/index.json" --skip-duplicate
release:
runs-on: windows-latest
env:
DOTNET_NOLOGO: true
needs: build
environment: NuGet.org
if: github.ref == 'refs/heads/main'
steps:
# Authenticates packages to push to nuget.org.
# It's only the way to push a package to nuget.org feed for macOS/Linux machines due to API key config store limitations.
- name: Download a single artifact
uses: actions/download-artifact@v2
with:
name: NuGet-Package
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Publish the package to nuget.org
shell: pwsh
env:
NUGET_AUTH_TOKEN: ${{ secrets.REQNROLL_ACTIONS_NUGET_TOKEN }}
run: dotnet nuget push "**/*.nupkg" -k "$env:NUGET_AUTH_TOKEN" -s "https://api.nuget.org/v3/index.json" --skip-duplicate

44 changes: 22 additions & 22 deletions .github/workflows/reqnroll.actions.playwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,26 @@ jobs:
Plugins/Reqnroll.Actions.Configuration/Reqnroll.Actions.Configuration.Generation/bin/Release/**/*.nupkg


# release:
# runs-on: windows-latest
# env:
# DOTNET_NOLOGO: true
# needs: build
# environment: NuGet.org
# if: github.ref == 'refs/heads/main'
# steps:
# # Authenticates packages to push to nuget.org.
# # It's only the way to push a package to nuget.org feed for macOS/Linux machines due to API key config store limitations.
# - name: Download a single artifact
# uses: actions/download-artifact@v2
# with:
# name: NuGet-Package
# - uses: actions/setup-dotnet@v1
# with:
# dotnet-version: '6.0.x'
# - name: Publish the package to nuget.org
# shell: pwsh
# env:
# NUGET_AUTH_TOKEN: ${{ secrets.REQNROLL_ACTIONS_NUGET_TOKEN }}
# run: dotnet nuget push "**/*.nupkg" -k "$env:NUGET_AUTH_TOKEN" -s "https://api.nuget.org/v3/index.json" --skip-duplicate
release:
runs-on: windows-latest
env:
DOTNET_NOLOGO: true
needs: build
environment: NuGet.org
if: github.ref == 'refs/heads/main'
steps:
# Authenticates packages to push to nuget.org.
# It's only the way to push a package to nuget.org feed for macOS/Linux machines due to API key config store limitations.
- name: Download a single artifact
uses: actions/download-artifact@v2
with:
name: NuGet-Package
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Publish the package to nuget.org
shell: pwsh
env:
NUGET_AUTH_TOKEN: ${{ secrets.REQNROLL_ACTIONS_NUGET_TOKEN }}
run: dotnet nuget push "**/*.nupkg" -k "$env:NUGET_AUTH_TOKEN" -s "https://api.nuget.org/v3/index.json" --skip-duplicate

Loading
Loading