Skip to content

Commit

Permalink
Sync .github\workflows\dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SyncFileContents authored and SyncFileContents committed Dec 27, 2024
1 parent 6289a48 commit 9f3d07b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,6 @@ jobs:
$PROJECT_URL | Out-File -FilePath PROJECT_URL.url -Encoding utf8
$AUTHORS_URL | Out-File -FilePath AUTHORS.url -Encoding utf8
# escape the urls
$PROJECT_URL = $PROJECT_URL.Replace(':', '%3A').Replace('/', '%2F')
$AUTHORS_URL = $AUTHORS_URL.Replace(':', '%3A').Replace('/', '%2F')
# output the metadata
Write-Host "AUTHORS: $AUTHORS"
Write-Host "COPYRIGHT: $COPYRIGHT"
Expand All @@ -243,7 +239,6 @@ jobs:
# set the environment variables
"AUTHORS=$AUTHORS" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
"COPYRIGHT=$COPYRIGHT" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
"LICENSE=$LICENSE" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
"PROJECT_URL=$PROJECT_URL" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
"AUTHORS_URL=$AUTHORS_URL" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
Expand Down

0 comments on commit 9f3d07b

Please sign in to comment.