Skip to content

Commit

Permalink
Fixed pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-burandt committed Jan 25, 2023
1 parent bfb590d commit d78ad8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: dotnet restore

- name: Build Blend.Robots
run: dotnet pack .\Our.Umbraco.Blend.RobotsTxt\Our.Umbraco.Blend.RobotsTxt.csproj --no-restore -c ${{ env.BUILD_CONFIG }} -o ${{ env.OUT_FOLDER }} /p:ContinuousIntegrationBuild=true,version=${{ env.GitVersion_NuGetVersionV2 }}
run: dotnet pack .\Blend.RobotsTxt\Blend.RobotsTxt.csproj --no-restore -c ${{ env.BUILD_CONFIG }} -o ${{ env.OUT_FOLDER }} /p:ContinuousIntegrationBuild=true,version=${{ env.GitVersion_NuGetVersionV2 }}

- name: Publish Nuget to Nuget.org
run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey $env:NUGET_TOKEN
Expand Down

0 comments on commit d78ad8f

Please sign in to comment.