Skip to content

Commit b658724

Browse files
committed
ci: Update deployment.yml
Add back environment variables
1 parent 52f4682 commit b658724

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deployment.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: deployment
33
on:
44
workflow_dispatch:
55

6+
env:
7+
MODULE_PATH: .\src\PesterExtensions
8+
DOTNET_CLI_TELEMETRY_OPTOUT: true
9+
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
10+
611
jobs:
712
build:
813
runs-on: windows-latest

0 commit comments

Comments
 (0)